diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2019-01-11 01:47:29 +1100 |
---|---|---|
committer | Amber Brown <hawkowl@atleastfornow.net> | 2019-01-11 01:47:29 +1100 |
commit | bdf653b50f4e6ab30b2cdf917a9ef9019c4f2323 (patch) | |
tree | e74cfc2643d86a400b337c8283a4a04436f06c67 | |
parent | version (diff) | |
download | synapse-bdf653b50f4e6ab30b2cdf917a9ef9019c4f2323.tar.xz |
changelog
-rw-r--r-- | CHANGES.md | 10 | ||||
-rw-r--r-- | changelog.d/4373.bugfix | 1 |
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index 727275fa33..adea39e16b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +Synapse 0.34.0.1 (2019-01-11) +============================= + +Bugfixes +-------- + +- Fix problem reading macaroon_secret_key from config + ([\#4373](https://github.com/matrix-org/synapse/issues/4373)) + + Synapse 0.34.0 (2018-12-20) =========================== diff --git a/changelog.d/4373.bugfix b/changelog.d/4373.bugfix deleted file mode 100644 index e50697cc52..0000000000 --- a/changelog.d/4373.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix problem reading macaroon_secret_key from config |