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/11376.bugfix | |
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/11376.bugfix')
-rw-r--r-- | changelog.d/11376.bugfix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/11376.bugfix b/changelog.d/11376.bugfix deleted file mode 100644 index 639e48b59b..0000000000 --- a/changelog.d/11376.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix a long-standing bug where all requests that read events from the database could get stuck as a result of losing the database connection, for real this time. Also fix a race condition introduced in the previous insufficient fix in 1.47.0. |