diff options
author | Erik Johnston <erik@matrix.org> | 2020-01-20 18:07:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-20 18:07:20 +0000 |
commit | 0e68760078c0aac57bfaeb681d534231e191315a (patch) | |
tree | ff54f8d4f4bcb2623cc62ca77b1eb372457eaa87 /changelog.d | |
parent | Fixup synapse.rest to pass mypy (#6732) (diff) | |
download | synapse-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.misc | 1 |
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. |