diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2024-03-05 16:03:24 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2024-03-05 16:03:24 +0000 |
commit | 2d1bb0b06bbf96c24fead423530ce5c40ccfcc41 (patch) | |
tree | 6f44b52422fb6b2e9b3f581b3c5a633553002312 /CHANGES.md | |
parent | Revert "Ignore notification counts from rooms you've left" (#16981) (diff) | |
parent | Switch #16979 changelog type from internal change to bugfix (diff) | |
download | synapse-2d1bb0b06bbf96c24fead423530ce5c40ccfcc41.tar.xz |
Merge remote-tracking branch 'origin/release-v1.102' into develop
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index cb67babbac..2e7e4be5ac 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +# Synapse 1.102.0 (2024-03-05) + +### Bugfixes + +- Revert https://github.com/element-hq/synapse/pull/16756, which caused incorrect notification counts on mobile clients since v1.100.0. ([\#16979](https://github.com/element-hq/synapse/issues/16979)) + + # Synapse 1.102.0rc1 (2024-02-20) ### Features |