changelog

This commit is contained in:
Benoit Marty 2022-04-21 20:08:30 +02:00 committed by Benoit Marty
parent 272bdf95cb
commit 4af883f5d2

2
changelog.d/5816.sdk Normal file
View file

@ -0,0 +1,2 @@
Some `Session` apis are now available by requesting the service first. For instance `Session.updateAvatar(...)` is now `Session.profileService().updateAvatar(...)`
The shortcut `Room.search()` has been removed, you have to use `Session.searchService().search()`