diff options
author | Sean Quah <seanq@element.io> | 2021-12-07 13:56:09 +0000 |
---|---|---|
committer | Sean Quah <seanq@element.io> | 2021-12-07 13:56:09 +0000 |
commit | 966b5d0fa0893c3b628c942dfc232e285417f46d (patch) | |
tree | ebae6caf62a796346e3737764ded75c4dc3fc8d8 /changelog.d/11356.misc | |
parent | Revert "Move `glob_to_regex` and `re_word_boundary` to `matrix-python-common`... (diff) | |
download | synapse-966b5d0fa0893c3b628c942dfc232e285417f46d.tar.xz |
1.49.0rc1
Diffstat (limited to 'changelog.d/11356.misc')
-rw-r--r-- | changelog.d/11356.misc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/11356.misc b/changelog.d/11356.misc deleted file mode 100644 index 01ce6a306c..0000000000 --- a/changelog.d/11356.misc +++ /dev/null @@ -1 +0,0 @@ -Add `Final` annotation to string constants in `synapse.api.constants` so that they get typed as `Literal`s. |