chore(llc): update CHANGELOG.md

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2021-09-16 15:35:48 +05:30
committed by xsahil03x
parent b23d86fc55
commit e7f531c857
+3
View File
@@ -15,6 +15,9 @@
- Added `Filter.contains` and `Filter.empty`
- Added support for `next`, `previous` value pagination in `client.search`
, [read more.](https://getstream.io/chat/docs/other-rest/search/#pagination)
- `Attachment` class now have a `fileSize` and `mimeType` property. Setting an `file` will also set the `file_size`
, `mime_type` key on `extraData`, so `user.fileSize`, `user.mimetype` and `user.extraData['file_size']`
, `user.extraData['mime_type]` is same respectively.
🐞 Fixed