diff options
author | Erik Johnston <erik@matrix.org> | 2020-01-17 15:13:27 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2020-01-17 15:13:27 +0000 |
commit | 5909751936cca2e394cb30fb5da9520db76ee73a (patch) | |
tree | 59bf3d7aabcdad6e1ad3a919bcc66cfcba1dadb3 /changelog.d | |
parent | bump version to v1.9.0.dev2 (diff) | |
download | synapse-5909751936cca2e394cb30fb5da9520db76ee73a.tar.xz |
Fix up changelog
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6728.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/6728.misc | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/6728.bugfix b/changelog.d/6728.bugfix deleted file mode 100644 index 5a136e17be..0000000000 --- a/changelog.d/6728.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix a bug causing `ValueError: unsupported format character ''' (0x27) at index 312` error when running the schema 57 upgrade script. diff --git a/changelog.d/6728.misc b/changelog.d/6728.misc new file mode 100644 index 0000000000..01e78bc84e --- /dev/null +++ b/changelog.d/6728.misc @@ -0,0 +1 @@ +Add `local_current_membership` table for tracking local user membership state in rooms. |