summary refs log tree commit diff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-07-01 15:12:32 +0100
committerErik Johnston <erik@matrix.org>2015-07-01 15:12:32 +0100
commit480d7203882c71fdee15d464766ba459ac065133 (patch)
tree46bffadca4ace044777a8e866b79247435b6b8a3 /CHANGES.rst
parentUpdate change log (diff)
downloadsynapse-480d7203882c71fdee15d464766ba459ac065133.tar.xz
Bump changelog and version to v0.9.3
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst

index caebde3341..6a5fce899a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst
@@ -1,6 +1,11 @@ -Changes in synapse v0.9.3 (2015-XX-XX) +Changes in synapse v0.9.3 (2015-07-01) ====================================== +No changes from v0.9.3 Release Candidate 1. + +Changes in synapse v0.9.3-rc1 (2015-06-23) +========================================== + General: * Fix a memory leak in the notifier. (SYN-412)