update stream_chat_flutter_core changelog

This commit is contained in:
Salvatore Giordano
2021-07-16 12:27:48 +02:00
parent 0a491eed7d
commit 26dea38e33
2 changed files with 23 additions and 0 deletions
+2
View File
@@ -2,6 +2,7 @@
🛑️ Breaking Changes from `1.5.3`
- migrate this package to null safety
- `ConnectUserWithProvider` now requires `tokenProvider` as a required param. (Removed from the constructor)
- `client.disconnect()` is now divided into two different functions
- `client.closeConnection()` -> for closing user websocket connection.
@@ -24,6 +25,7 @@
- [#369](https://github.com/GetStream/stream-chat-flutter/issues/369): Client does not return without internet connection
- several minor fixes
- performance improvements
✅ Added