0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-30 08:28:19 +02:00

Update change log

This commit is contained in:
Erik Johnston 2015-06-12 11:42:52 +01:00
parent 716cf144ec
commit 4dd47236e7

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.