chore: update CHANGELOG.md

This commit is contained in:
groovinchip
2021-07-20 15:23:25 -04:00
parent 247efb4e8f
commit 25aa6f2a90
+10
View File
@@ -1,3 +1,13 @@
## Upcoming
🛑️ Removed
- The `MessageTranslation` class has been removed. Use the new `i18n` field in the `Message` class instead.
✅ Added
- The `Message` class now has an `i18n` field for translations
- The `User` class now has a `language` field for the user's language preference.
## 2.0.0
🛑️ Breaking Changes from `1.5.3`