summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2019-01-21 09:42:59 +0000
committerAmber Brown <hawkowl@atleastfornow.net>2019-01-21 20:42:58 +1100
commit702c4b750c4db529d3789a899aa9badfa8c9df6e (patch)
tree0953d513f3f270e6ffcccc4124717dd1521bfecc /changelog.d
parentFix race when persisting create event (#4404) (diff)
downloadsynapse-702c4b750c4db529d3789a899aa9badfa8c9df6e.tar.xz
Migrate encryption state on room upgrade (#4411)
* Migrate encryption state on room upgrade

Signed-off-by: Andrew Morgan <andrew@amorgan.xyz>

* Add changelog file
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/4411.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4411.bugfix b/changelog.d/4411.bugfix
new file mode 100644
index 0000000000..219e98a924
--- /dev/null
+++ b/changelog.d/4411.bugfix
@@ -0,0 +1 @@
+Ensure encrypted room state is persisted across room upgrades.
\ No newline at end of file