summary refs log tree commit diff
path: root/changelog.d/8854.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.24.0rc1Patrick Cloke2020-12-021-1/+0
|
* Allow specifying room version in 'RestHelper.create_room_as' and add typing ↵Andrew Morgan2020-12-021-0/+1
(#8854) This PR adds a `room_version` argument to the `RestHelper`'s `create_room_as` function for tests. I plan to use this for testing knocking, which currently uses an unstable room version.