diff options
author | Erik Johnston <erik@matrix.org> | 2016-09-05 15:52:48 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-09-05 15:52:48 +0100 |
commit | 4ec67a3d2167f3623fea6c22f4544a21f4781203 (patch) | |
tree | fbb403c0ddf9d0a53741ee0e4fcdf7a87e980e00 | |
parent | Typo (diff) | |
download | synapse-4ec67a3d2167f3623fea6c22f4544a21f4781203.tar.xz |
Mention get_pdu bug v0.17.2-rc1
-rw-r--r-- | CHANGES.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 7820a4610b..1d073119f9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -21,6 +21,8 @@ Bug fixes: * Fix None check in backfill (PR #1043) * Fix membership changes to be idempotent (PR #1067) +* Fix bug in get_pdu where it would sometimes return events with incorrect + signature |