summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorCharles Wright <cvwright@kombucha.systems>2021-09-17 12:04:37 -0500
committerGitHub <noreply@github.com>2021-09-17 18:04:37 +0100
commit6b6bb81b23425cf4f8e0c739946783b98ad056b8 (patch)
treef3765ea12a9b6195cf81e6b06f6115211bcd0d82 /changelog.d
parentMerge branch 'release-v1.43' into develop (diff)
downloadsynapse-6b6bb81b23425cf4f8e0c739946783b98ad056b8.tar.xz
Fix #10837 by adding JSON encoding/decoding to the Module API example… (#10845)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10845.doc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10845.doc b/changelog.d/10845.doc
new file mode 100644
index 0000000000..a13c845ae6
--- /dev/null
+++ b/changelog.d/10845.doc
@@ -0,0 +1 @@
+Fix some crashes in the Module API example code, by adding JSON encoding/decoding.