chore: update CHANGELOG.md

This commit is contained in:
Gordon Hayes
2021-08-10 10:09:37 +02:00
parent ae8ebe2dba
commit 131019d77a
+1 -1
View File
@@ -8,7 +8,7 @@
- `User` and `OwnUser` classes now have an `image` property. Setting an image will also set the 'image' key on `extraData`, so `user.image` and `user.extraData['image']` is the same.
- `User` and `OwnUser` classes now have a `name` property. Setting a name will also set the 'name' key on `extraData`, so `user.name` and `user.extraData['name']` is the same.
- `Channel` class now has extra `image` getter and setter. As well as an `updateImage` to do a partial update after a channel has been initialized.
## 2.1.1
🐞 Fixed