summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-03-18 16:14:17 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-03-18 16:14:17 +0000
commit21fcaa872c32df091cdce06ab4b2704808e3fdd3 (patch)
treee3e46783ec9da758d49865fea90b3369378cdeab /changelog.d
parentMerge pull request #6310 from matrix-org/babolivier/msc2326_bg_update (diff)
parentMerge pull request #6295 from matrix-org/erikj/split_purge_history (diff)
downloadsynapse-21fcaa872c32df091cdce06ab4b2704808e3fdd3.tar.xz
Merge pull request #6295 from matrix-org/erikj/split_purge_history
* commit 'f713c01e2':
  Move type annotation into docstring
  Fix deleting state groups during room purge.
  Use correct type annotation
  Change to not require a state_groups.room_id index.
  Fix up comment
  Update log line to lie a little less
  Add state_groups.room_id index
  Docstrings
  Fix purge room API
  Newsfile
  Split purge API into events vs state
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6295.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6295.misc b/changelog.d/6295.misc
new file mode 100644
index 0000000000..a3e6b8296e
--- /dev/null
+++ b/changelog.d/6295.misc
@@ -0,0 +1 @@
+Split out state storage into separate data store.