summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-07-08 07:15:08 -0400
committerGitHub <noreply@github.com>2020-07-08 07:15:08 -0400
commite7efd8f827be141cdda4355f19ec1b9170c11323 (patch)
tree9eef549f304273f0401d40e315ae595d0bd11e7a /changelog.d
parentStop passing bytes when dumping JSON (#7799) (diff)
downloadsynapse-e7efd8f827be141cdda4355f19ec1b9170c11323.tar.xz
Do not use simplejson in Synapse. (#7800)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7800.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7800.misc b/changelog.d/7800.misc
new file mode 100644
index 0000000000..ce2346b3d4
--- /dev/null
+++ b/changelog.d/7800.misc
@@ -0,0 +1 @@
+Switch from simplejson to the standard library json.