diff options
author | Erik Johnston <erik@matrix.org> | 2017-02-21 13:35:30 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2017-02-21 13:43:36 +0000 |
commit | 30ecfef5a394a6ce1537c171b230d51d0e79197a (patch) | |
tree | 9b94212dbce78d9bc1e82cf99204518fc72fe5ed /CHANGES.rst | |
parent | Remove unused param (diff) | |
download | synapse-30ecfef5a394a6ce1537c171b230d51d0e79197a.tar.xz |
Bump version and changelog github/release-v0.19.2 release-v0.19.2
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 22aa7cb9b4..c8856d9575 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,10 @@ +Changes in synapse v0.19.2 (2017-02-20) +======================================= + +* Fix bug with event visibility check in /context/ API. Thanks to Tokodomo for + pointing it out! (PR #1929) + + Changes in synapse v0.19.1 (2017-02-09) ======================================= |