diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-07-08 07:15:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-08 07:15:08 -0400 |
commit | e7efd8f827be141cdda4355f19ec1b9170c11323 (patch) | |
tree | 9eef549f304273f0401d40e315ae595d0bd11e7a /changelog.d | |
parent | Stop passing bytes when dumping JSON (#7799) (diff) | |
download | synapse-e7efd8f827be141cdda4355f19ec1b9170c11323.tar.xz |
Do not use simplejson in Synapse. (#7800)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7800.misc | 1 |
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. |