Add changelog entries

It's a bit awkward that this shows up as a backwards compatible change, but it's also not breaking.
This commit is contained in:
Travis Ralston 2020-05-20 20:15:09 -06:00
parent b11cf560b5
commit 2b6086d87c
2 changed files with 2 additions and 0 deletions

View file

@ -0,0 +1 @@
Replaced legacy room alias handling with a more sustainable solution per `MSC2432 <https://github.com/matrix-org/matrix-doc/pull/2432>`_.

View file

@ -0,0 +1 @@
Added ``/rooms/{roomId}/aliases`` for retrieving local aliases for a room.