diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-09-29 10:57:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-29 10:57:10 +0100 |
commit | 5279b9161b323cccdb74dcdf1a68fa7e19f091d4 (patch) | |
tree | 30d7ee98df278dc9495d5f0324c40b0df6cf0c94 /changelog.d | |
parent | Fix empty `url_cache_thumbnails/yyyy-mm-dd/` directories being left behind (#... (diff) | |
download | synapse-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.misc | 1 |
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. |