summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-07-28 10:28:59 -0400
committerGitHub <noreply@github.com>2020-07-28 10:28:59 -0400
commit2c1e1b153d7ca429b84c2cd0a2d657a066de8bc7 (patch)
tree5b4b1973fd5ad164999dd237a4f94f2267da2ae0 /changelog.d
parentFix exit code for `check_line_terminators.sh` (#7970) (diff)
downloadsynapse-2c1e1b153d7ca429b84c2cd0a2d657a066de8bc7.tar.xz
Use the JSON module from the std library instead of simplejson. (#7936)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7936.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7936.misc b/changelog.d/7936.misc
new file mode 100644
index 0000000000..4304bbdd25
--- /dev/null
+++ b/changelog.d/7936.misc
@@ -0,0 +1 @@
+Switch to the JSON implementation from the standard library and bump the minimum version of the canonicaljson library to 1.2.0.