summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2022-10-21 08:49:47 +0000
committerGitHub <noreply@github.com>2022-10-21 09:49:47 +0100
commitfab495a9e1442d99e922367f65f41de5eaa488eb (patch)
tree35aa3682b2e2d45e3efc1a677c2315a7c7ec2295 /changelog.d
parentBuild wheels on macos 11, not 10.15 (#14249) (diff)
downloadsynapse-fab495a9e1442d99e922367f65f41de5eaa488eb.tar.xz
Fix event size checks (#13710)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13710.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13710.bugfix b/changelog.d/13710.bugfix
new file mode 100644
index 0000000000..4c318d15f5
--- /dev/null
+++ b/changelog.d/13710.bugfix
@@ -0,0 +1 @@
+Fix a long-standing bug where Synapse would count codepoints instead of bytes when validating the size of some fields.