summary refs log tree commit diff
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2018-07-07 10:48:30 +1000
committerAmber Brown <hawkowl@atleastfornow.net>2018-07-07 10:48:30 +1000
commit1241156c82644d5609f45659607a356af5d8fe08 (patch)
treebebc52644b55c932d333e9e33c46164b5f46c93f
parentversion (diff)
downloadsynapse-1241156c82644d5609f45659607a356af5d8fe08.tar.xz
-rw-r--r--CHANGES.rst9
-rw-r--r--changelog.d/3492.bugfix1
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 5767ec7792..ba6929c435 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,12 @@
+Synapse 0.32.2 (2018-07-07)
+===========================
+
+Bugfixes
+--------
+
+- Amend the Python dependencies to depend on attrs from PyPI, not attr (`#3492 <https://github.com/matrix-org/synapse/issues/3492>`_)
+
+
 Synapse 0.32.1 (2018-07-06)
 ===========================
 
diff --git a/changelog.d/3492.bugfix b/changelog.d/3492.bugfix
deleted file mode 100644
index a287a945bd..0000000000
--- a/changelog.d/3492.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Amend the Python dependencies to depend on attrs from PyPI, not attr