chore: update CHANGELOG.md

This commit is contained in:
Gordon Hayes
2021-08-05 14:04:35 +02:00
parent dd3b67a62a
commit 35adf26f4c
+1
View File
@@ -7,6 +7,7 @@
✅ Added
- `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.
## 2.1.1