diff options
author | Eric Eastwood <erice@element.io> | 2021-11-11 00:56:50 -0600 |
---|---|---|
committer | Eric Eastwood <erice@element.io> | 2021-11-11 00:56:50 -0600 |
commit | b559e2326b419b71bdbcf88ab35a6f3fbbea8219 (patch) | |
tree | e3ef5d870af0ee1888a88201f888933dd9e1a2b4 /changelog.d/11246.misc | |
parent | Only run the tests package to get streaming Complement output (diff) | |
parent | Fix typos in the `username_available` admin API documentation. (#11286) (diff) | |
download | synapse-b559e2326b419b71bdbcf88ab35a6f3fbbea8219.tar.xz |
Merge branch 'develop' into madlittlemods/return-historical-events-in-order-from-backfill
Conflicts: synapse/rest/client/room_batch.py
Diffstat (limited to 'changelog.d/11246.misc')
-rw-r--r-- | changelog.d/11246.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11246.misc b/changelog.d/11246.misc new file mode 100644 index 0000000000..e5e912c1b0 --- /dev/null +++ b/changelog.d/11246.misc @@ -0,0 +1 @@ +Add an additional test for the `cachedList` method decorator. |