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