summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-01-20 18:07:20 +0000
committerGitHub <noreply@github.com>2020-01-20 18:07:20 +0000
commit0e68760078c0aac57bfaeb681d534231e191315a (patch)
treeff54f8d4f4bcb2623cc62ca77b1eb372457eaa87 /changelog.d
parentFixup synapse.rest to pass mypy (#6732) (diff)
downloadsynapse-0e68760078c0aac57bfaeb681d534231e191315a.tar.xz
Add a DeltaState to track changes to be made to current state (#6716)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6716.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6716.misc b/changelog.d/6716.misc
new file mode 100644
index 0000000000..319aaa4acb
--- /dev/null
+++ b/changelog.d/6716.misc
@@ -0,0 +1 @@
+Add a `DeltaState` to track changes to be made to current state during event persistence.