chore: update CHANGELOG.md
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
✅ Added
|
||||
|
||||
- Added support for `ChatPersistenceClient.isConnected` for checking if the client is connected to the database.
|
||||
- Added support for `ChatPersistenceClient.userId` for getting the current connected user id.
|
||||
- Added two new methods `ChatPersistenceClient.disconnect` and `ChatPersistenceClient.connect` for disconnecting and
|
||||
connecting to the database.
|
||||
|
||||
## 6.1.0
|
||||
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
- Added support for `StreamChatPersistenceClient.isConnected` for checking if the client is connected to the database.
|
||||
- [[#1422]](https://github.com/GetStream/stream-chat-flutter/issues/1422) Removed default values
|
||||
from `UserEntity` `createdAt` and `updatedAt` fields.
|
||||
- Added support for `StreamChatPersistenceClient.openPersistenceConnection`
|
||||
and `StreamChatPersistenceClient.closePersistenceConnection` for opening and closing the database connection.
|
||||
|
||||
## 6.1.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user