diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-02-26 12:41:35 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-02-26 12:41:35 +0000 |
commit | 59890d1b3cc33ecd49f420e64395ad0a970638f2 (patch) | |
tree | 1e7e589448074b4a3749060ecb1d85d155f24ae8 /changelog.d | |
parent | 1.4.1 (diff) | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-59890d1b3cc33ecd49f420e64395ad0a970638f2.tar.xz |
Merge branch 'master' into develop
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6196.misc | 1 | ||||
-rw-r--r-- | changelog.d/6216.bugfix | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/6196.misc b/changelog.d/6196.misc new file mode 100644 index 0000000000..3897b1216f --- /dev/null +++ b/changelog.d/6196.misc @@ -0,0 +1 @@ +Port synapse.rest.admin module to use async/await. diff --git a/changelog.d/6216.bugfix b/changelog.d/6216.bugfix new file mode 100644 index 0000000000..5784e82d18 --- /dev/null +++ b/changelog.d/6216.bugfix @@ -0,0 +1 @@ +synapse_port_db: Add 2 additional BOOLEAN_COLUMNS to be able to convert from database schema v56. |