Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JcMinarro committed Mar 14, 2024
1 parent 353ce37 commit f0f4ace
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

### ✅ Added
- `Message` entity has a new `messageTextUpdatedAt` property to represent the last time the message text was updated. [#5200](https://github.com/GetStream/stream-chat-android/pull/5200)
- `FileUploadConfig` entity has a new `sizeLimitInBytes:` property to represent the size limit for attachments. [#5205](https://github.com/GetStream/stream-chat-android/pull/5205)

### ⚠️ Changed

Expand Down Expand Up @@ -52,8 +53,10 @@
### ✅ Added

### ⚠️ Changed
- Attachment size limit is not configured client-side anymore, you should configure it on the dashboard. [#5205](https://github.com/GetStream/stream-chat-android/pull/5205)

### ❌ Removed
- Removed `MessagesViewModelFactory.maxAttachmentSize` property. [#5205](https://github.com/GetStream/stream-chat-android/pull/5205)

## stream-chat-android-ui-components
### 🐞 Fixed
Expand All @@ -66,6 +69,7 @@
### ⚠️ Changed

### ❌ Removed
- Removed `MessagesViewModelFactory.maxAttachmentSize` property. [#5205](https://github.com/GetStream/stream-chat-android/pull/5205)

## stream-chat-android-compose
### 🐞 Fixed
Expand All @@ -78,6 +82,7 @@
### ⚠️ Changed

### ❌ Removed
- Removed `MessagesViewModelFactory.maxAttachmentSize` property. [#5205](https://github.com/GetStream/stream-chat-android/pull/5205)

## stream-chat-android-markdown-transformer
### 🐞 Fixed
Expand Down

0 comments on commit f0f4ace

Please sign in to comment.