diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-08-15 16:38:46 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-08-15 16:38:46 +0100 |
commit | e2e846628d110e49e4486c9a5b1f56734318d063 (patch) | |
tree | cbdf6bb34a2d97ea6dedfca8cf2208ae0a1df1e0 /changelog.d | |
parent | speed up /members and add at= and membership params (#3568) (diff) | |
download | synapse-e2e846628d110e49e4486c9a5b1f56734318d063.tar.xz |
Remove incorrectly re-added changelog files
These were removed for the 0.33.2 release, but were incorrectly re-added in
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/3331.feature | 1 | ||||
-rw-r--r-- | changelog.d/3567.feature | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/changelog.d/3331.feature b/changelog.d/3331.feature deleted file mode 100644 index e574b9bcc3..0000000000 --- a/changelog.d/3331.feature +++ /dev/null @@ -1 +0,0 @@ -add support for the include_redundant_members filter param as per MSC1227 diff --git a/changelog.d/3567.feature b/changelog.d/3567.feature deleted file mode 100644 index c74c1f57a9..0000000000 --- a/changelog.d/3567.feature +++ /dev/null @@ -1 +0,0 @@ -make the /context API filter & lazy-load aware as per MSC1227 |