diff options
author | Mark Haines <mark.haines@matrix.org> | 2014-12-16 17:29:49 +0000 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2014-12-16 17:29:49 +0000 |
commit | 56db465047c2906a78eccdd63b2fa18d72903a66 (patch) | |
tree | bdd082c04fd0c02b4d732bf8ea6e4dd559d84b51 /CHANGES.rst | |
parent | SYN-142: Use a default log file 'homeserver.log' so people get logging by def... (diff) | |
parent | Change upgrade script to not check hashes or signatures (diff) | |
download | synapse-56db465047c2906a78eccdd63b2fa18d72903a66.tar.xz |
Merge branch 'release-v0.6.0' into develop
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 0d36e8eeff..23bdac6a8a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,12 @@ +Changes in synapse 0.6.0 (2014-12-16) +===================================== + + * Add new API for media upload and download that supports thumbnailing. + * Implement typing notifications. + * Fix bugs where we sent events with invalid signatures due to bugs where + we incorrectly persisted events. + * Improve performance of database queries involving retrieving events. + Changes in synapse 0.5.4a (2014-12-13) ====================================== |