added changelog

This commit is contained in:
Deven Joshi
2021-08-23 13:07:23 +05:30
parent fea90d4afd
commit 0f8418dd29
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@
- `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.
- `Channel` class now has extra `name` getter and setter. As well as an `updateName` to do a partial update after a channel has been initialized.
- Added slow mode which allows a cooldown period after a user sends a message.
## 2.1.1
🐞 Fixed