Update change log

pull/184/head
Erik Johnston 2015-06-12 11:42:52 +01:00
parent 716cf144ec
commit 4dd47236e7
1 changed files with 3 additions and 3 deletions

View File

@ -3,9 +3,9 @@ Changes in synapse v0.9.2 (2015-06-12)
General: General:
* Use ultrajson for json deserialisation, and for serialisation when a * Use ultrajson for json (de)serialisation when a canonical encoding is not
canonical encoding is not required. Ultrajson is significantly faster required. Ultrajson is significantly faster than simplejson in some
than simplejson in some circumstances. circumstances.
* Use connection pools for outgoing HTTP connections. * Use connection pools for outgoing HTTP connections.
* Process thumbnails on separate threads. * Process thumbnails on separate threads.