about summary refs log tree commit diff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHampton Lintorn-Catlin <hcatlin@gmail.com>2022-11-13 23:52:13 -0500
committerGitHub <noreply@github.com>2022-11-14 05:52:13 +0100
commit147d8bd8fc7aa8b55cd5a9103941c52441ed4365 (patch)
treee55ac69320183ab704cf7d686d0fbfa71b2420ca /CHANGELOG.md
parent9d039209cc0791ec09ebdbb93da4d63f815e1b07 (diff)
Support UTF-8 Characters in Domains During CSV Import (#20592)
* Support UTF-8 Characters in Domains During Import

* Update Changelong
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 72f62a1dc..93f05a650 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -185,6 +185,7 @@ Some of the features in this release have been funded through the [NGI0 Discover
 - Fix `CDN_HOST` not being used in some asset URLs ([tribela](https://github.com/mastodon/mastodon/pull/18662))
 - Fix `CAS_DISPLAY_NAME`, `SAML_DISPLAY_NAME` and `OIDC_DISPLAY_NAME` being ignored ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/18568))
 - Fix various typos in comments throughout the codebase ([luzpaz](https://github.com/mastodon/mastodon/pull/18604))
+- Fix CSV upload no longer breaks if an server domain includes UTF-8 characters ([HamptonMakes]())
 
 ### Security