summary refs log tree commit diff
path: root/changelog.d/6469.misc
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-03-19 17:12:37 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-03-19 17:12:37 +0000
commit60baffdaa466a28da7b7495ec159093452944429 (patch)
tree203fb6f3d0430ffa074dcbab0c7230b4d2328753 /changelog.d/6469.misc
parentReplace /admin/v1/users_paginate endpoint with /admin/v2/users (#5925) (diff)
parentMerge pull request #6469 from matrix-org/erikj/make_database_class (diff)
downloadsynapse-60baffdaa466a28da7b7495ec159093452944429.tar.xz
Merge pull request #6469 from matrix-org/erikj/make_database_class
* commit 'f3ea2f5a0':
  Remove unused var
  Fix DB scripts
  Newsfile
  Move background update handling out of store
  Comments
  Move DB pool and helper functions into dedicated Database class
Diffstat (limited to 'changelog.d/6469.misc')
-rw-r--r--changelog.d/6469.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6469.misc b/changelog.d/6469.misc
new file mode 100644

index 0000000000..32216b9046 --- /dev/null +++ b/changelog.d/6469.misc
@@ -0,0 +1 @@ +Move per database functionality out of the data stores and into a dedicated `Database` class.