chore(ui,core,persistance,localization): added dependency changelogs

This commit is contained in:
Salvatore Giordano
2021-09-27 09:30:59 +02:00
parent 853a3fe2af
commit 175d4d3860
4 changed files with 7 additions and 0 deletions
@@ -1,5 +1,6 @@
## 3.0.0
- Updated `stream_chat` dependency to [`3.0.0`](https://pub.dev/packages/stream_chat/changelog).
- [[#604]](https://github.com/GetStream/stream-chat-flutter/issues/604) Fix cascade deletion by
enabling `pragma foreign_keys`.
- Added a new table `PinnedMessageReactions` and dao `PinnedMessageReactionDao` specifically for pinned messages.