diff options
author | Paul "LeoNerd" Evans <paul@matrix.org> | 2014-12-15 11:19:30 +0000 |
---|---|---|
committer | Paul "LeoNerd" Evans <paul@matrix.org> | 2014-12-15 11:19:30 +0000 |
commit | 0aa8c0847876074b7985f7a5de73ff1d36af0e1a (patch) | |
tree | 8d1ac270bf3d0c91b2c0644544444493e53021c0 /CHANGES.rst | |
parent | Send list of typing user IDs as 'user_ids' list within 'content', so that m.t... (diff) | |
parent | Merge branch 'hotfixes-v0.5.4' of github.com:matrix-org/synapse into develop (diff) | |
download | synapse-0aa8c0847876074b7985f7a5de73ff1d36af0e1a.tar.xz |
Merge branch 'develop' into typing_notifications
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 2c57a57a01..0d36e8eeff 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +Changes in synapse 0.5.4a (2014-12-13) +====================================== + + * Fix bug while generating the error message when a file path specified in + the config doesn't exist. + Changes in synapse 0.5.4 (2014-12-03) ===================================== |