summary refs log tree commit diff
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2018-10-31 06:28:11 +1100
committerAmber Brown <hawkowl@atleastfornow.net>2018-10-31 06:28:11 +1100
commite615e95590caa550de3199234c10761398521e10 (patch)
tree598bab77a8115bf6a782b919d0e92137062796d8
parentversion bump (diff)
downloadsynapse-e615e95590caa550de3199234c10761398521e10.tar.xz
changelog v0.33.8rc2
-rw-r--r--CHANGES.md10
-rw-r--r--changelog.d/4122.bugfix1
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md

index dc2a745c8b..560b406297 100644 --- a/CHANGES.md +++ b/CHANGES.md
@@ -1,3 +1,13 @@ +Synapse 0.33.8rc2 (2018-10-31) +============================== + +Bugfixes +-------- + +- Searches that request profile info now no longer fail with a 500. Fixes + a regression in 0.33.8rc1. ([\#4122](https://github.com/matrix-org/synapse/issues/4122)) + + Synapse 0.33.8rc1 (2018-10-29) ============================== diff --git a/changelog.d/4122.bugfix b/changelog.d/4122.bugfix deleted file mode 100644
index 66dcfb18b9..0000000000 --- a/changelog.d/4122.bugfix +++ /dev/null
@@ -1 +0,0 @@ -Searches that request profile info now no longer fail with a 500.