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>2021-09-29 10:57:10 +0100
committerGitHub <noreply@github.com>2021-09-29 10:57:10 +0100
commit5279b9161b323cccdb74dcdf1a68fa7e19f091d4 (patch)
tree30d7ee98df278dc9495d5f0324c40b0df6cf0c94 /changelog.d
parentFix empty `url_cache_thumbnails/yyyy-mm-dd/` directories being left behind (#... (diff)
downloadsynapse-5279b9161b323cccdb74dcdf1a68fa7e19f091d4.tar.xz
Use `RoomVersion` objects (#10934)
Various refactors to use `RoomVersion` objects instead of room version identifiers.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10934.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10934.misc b/changelog.d/10934.misc
new file mode 100644
index 0000000000..56c640ec9e
--- /dev/null
+++ b/changelog.d/10934.misc
@@ -0,0 +1 @@
+Refactor various parts of the codebase to use `RoomVersion` objects instead of room version identifier strings.