Add changelog

This commit is contained in:
Benoit Marty 2022-05-25 10:50:45 +02:00 committed by Benoit Marty
parent ad60467ae7
commit d7a1ae3a00

3
changelog.d/6143.sdk Normal file
View file

@ -0,0 +1,3 @@
Remove `RoomSummaryQueryParams.roomId`. If you need to observe a single room, use the new API `RoomService.getRoomSummaryLive(roomId: String)`
- `ActiveSpaceFilter` has been renamed to `SpaceFilter`
- `RoomCategoryFilter.ALL` has been removed, just pass `null` to not filter on Room category.