diff options
author | Erik Johnston <erik@matrix.org> | 2015-06-12 11:42:52 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-06-12 11:42:52 +0100 |
commit | 4dd47236e736ae201a3bde4d6048e37416cddc22 (patch) | |
tree | 8711f2d9beb30870072494295fa5812613f6e22f /CHANGES.rst | |
parent | Update change log (diff) | |
download | synapse-4dd47236e736ae201a3bde4d6048e37416cddc22.tar.xz |
Update change log
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 778d3c00ec..fa35a51fbb 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,9 +3,9 @@ Changes in synapse v0.9.2 (2015-06-12) General: -* Use ultrajson for json deserialisation, and for serialisation when a - canonical encoding is not required. Ultrajson is significantly faster - than simplejson in some circumstances. +* Use ultrajson for json (de)serialisation when a canonical encoding is not + required. Ultrajson is significantly faster than simplejson in some + circumstances. * Use connection pools for outgoing HTTP connections. * Process thumbnails on separate threads. |