added changelog

This commit is contained in:
Deven Joshi
2021-11-02 22:27:11 +05:30
parent 82109e5e4c
commit c6b04300d3
2 changed files with 12 additions and 0 deletions
@@ -1,3 +1,11 @@
## Upcoming
✅ Added
🛑️ Breaking Changes from `3.2.0`
- `MessageInput` now works with a `MessageInputController` instead of a `TextEditingController`
## 3.2.0
- Updated Dart SDK constraints to `>=2.14.0 <3.0.0`
@@ -1,3 +1,7 @@
✅ Added
- Added `MessageInputController` to hold `Message` related data.
## 3.2.0
- Updated `stream_chat` dependency to [`3.2.0`](https://pub.dev/packages/stream_chat/changelog).