Skip to content

Commit 19d96be

Browse files
committed
CHANGELOG
1 parent 0fbb459 commit 19d96be

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,12 @@
1616
### ⬆️ Improved
1717

1818
### ✅ Added
19+
- Introduce `Channel.userRead` extension function to get the read status of a specific user in the channel. [#5979](https://github.com/GetStream/stream-chat-android/pull/5979)
20+
- Introduce `Channel.readsOf` extension function to get the read statuses representing which users have read the given message in the channel. [#5979](https://github.com/GetStream/stream-chat-android/pull/5979)
21+
- Introduce message delivery status. [#5979](https://github.com/GetStream/stream-chat-android/pull/5979)
1922

2023
### ⚠️ Changed
24+
- Deprecate `Channel.hasUnread` property in favor of `Channel.currentUserUnreadCount`. [#5979](https://github.com/GetStream/stream-chat-android/pull/5979)
2125

2226
### ❌ Removed
2327

@@ -49,6 +53,7 @@
4953
### ⬆️ Improved
5054

5155
### ✅ Added
56+
- Introduce message delivery status. [#5979](https://github.com/GetStream/stream-chat-android/pull/5979)
5257

5358
### ⚠️ Changed
5459

@@ -60,6 +65,7 @@
6065
### ⬆️ Improved
6166

6267
### ✅ Added
68+
- Introduce message delivery status. [#5979](https://github.com/GetStream/stream-chat-android/pull/5979)
6369

6470
### ⚠️ Changed
6571

@@ -71,6 +77,7 @@
7177
### ⬆️ Improved
7278

7379
### ✅ Added
80+
- Introduce message delivery status. [#5979](https://github.com/GetStream/stream-chat-android/pull/5979)
7481

7582
### ⚠️ Changed
7683

0 commit comments

Comments
 (0)