From 1d3e3e7e6264767f8a8f01d904b4b5d1cf402370 Mon Sep 17 00:00:00 2001 From: Ginger Date: Fri, 24 Apr 2026 15:21:40 -0400 Subject: [PATCH] chore: Update changelog --- CHANGELOG.md | 17 +++++++++++++++++ changelog.d/+1608cdcb.feature.md | 1 - changelog.d/+e82957a7.bugfix.md | 1 - changelog.d/1389.feature.md | 1 - changelog.d/1622.doc | 1 - changelog.d/1677.doc | 1 - 6 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 changelog.d/+1608cdcb.feature.md delete mode 100644 changelog.d/+e82957a7.bugfix.md delete mode 100644 changelog.d/1389.feature.md delete mode 100644 changelog.d/1622.doc delete mode 100644 changelog.d/1677.doc diff --git a/CHANGELOG.md b/CHANGELOG.md index fb058269d..66e07a012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# Continuwuity 0.5.8 (2026-04-24) + +## Features + +- LDAP can now optionally be connected to using StartTLS, and you may unsafely skip verification. Contributed by @getz (#1389) +- Users will now be prevented from removing their email if the server is configured to require an email when registering an account. + +## Bugfixes + +- Fixed a situation where multiple email addresses could be associated with one user when that user changes their email address. + +## Improved Documentation + +- Updated config docs to state we support room version 12, and set it as default. Contributed by @ezera. (#1622) +- Improve instructions for generic deployments, removing unnecessary parts and documenting the new initial registration token flow. Contributed by @stratself (#1677) + + # Continuwuity v0.5.7 (2026-04-17) ## Features diff --git a/changelog.d/+1608cdcb.feature.md b/changelog.d/+1608cdcb.feature.md deleted file mode 100644 index 36025f242..000000000 --- a/changelog.d/+1608cdcb.feature.md +++ /dev/null @@ -1 +0,0 @@ -Users will now be prevented from removing their email if the server is configured to require an email when registering an account. diff --git a/changelog.d/+e82957a7.bugfix.md b/changelog.d/+e82957a7.bugfix.md deleted file mode 100644 index ce7861bc3..000000000 --- a/changelog.d/+e82957a7.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Fixed a situation where multiple email addresses could be associated with one user when that user changes their email address. diff --git a/changelog.d/1389.feature.md b/changelog.d/1389.feature.md deleted file mode 100644 index 365cec9d3..000000000 --- a/changelog.d/1389.feature.md +++ /dev/null @@ -1 +0,0 @@ -LDAP can now optionally be connected to using StartTLS, and you may unsafely skip verification. Contributed by @getz diff --git a/changelog.d/1622.doc b/changelog.d/1622.doc deleted file mode 100644 index 28d4b9452..000000000 --- a/changelog.d/1622.doc +++ /dev/null @@ -1 +0,0 @@ -Updated config docs to state we support room version 12, and set it as default. Contributed by @ezera. diff --git a/changelog.d/1677.doc b/changelog.d/1677.doc deleted file mode 100644 index f1331c584..000000000 --- a/changelog.d/1677.doc +++ /dev/null @@ -1 +0,0 @@ -Improve instructions for generic deployments, removing unnecessary parts and documenting the new initial registration token flow. Contributed by @stratself