summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-06-06 09:42:13 +0100
committerGitHub <noreply@github.com>2019-06-06 09:42:13 +0100
commit99d349794943880c96808594584abf956ca00c76 (patch)
tree09cc07a8bf01b69a81a8fcf019d189fb16fb2585 /changelog.d
parentMerge pull request #5353 from matrix-org/rav/verify_key_logging (diff)
parentImplement room v5 which enforces signing key validity (diff)
downloadsynapse-99d349794943880c96808594584abf956ca00c76.tar.xz
Merge pull request #5354 from matrix-org/rav/server_keys/99-room-v5
Implement room v5 which enforces signing key validity
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5354.bugfix2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/5354.bugfix b/changelog.d/5354.bugfix
new file mode 100644
index 0000000000..0c56032b30
--- /dev/null
+++ b/changelog.d/5354.bugfix
@@ -0,0 +1,2 @@
+Add a new room version where the timestamps on events are checked against the validity periods on signing keys.
+