From cdcaf0a284ef03750bb7c4f9397c3e815fac6aba Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Wed, 6 Oct 2021 09:58:10 +0200 Subject: [PATCH] chore(ui): update changelog --- packages/stream_chat_flutter/CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/stream_chat_flutter/CHANGELOG.md b/packages/stream_chat_flutter/CHANGELOG.md index 5ac322df..ffc30572 100644 --- a/packages/stream_chat_flutter/CHANGELOG.md +++ b/packages/stream_chat_flutter/CHANGELOG.md @@ -1,3 +1,7 @@ +## Upcoming + +- Updated Dart SDK constraints to `>=2.14.0 <3.0.0` + ## 3.1.1 - Updated `stream_chat_flutter_core` dependency to [`3.1.1`](https://pub.dev/packages/stream_chat_flutter_core/changelog). @@ -5,7 +9,7 @@ 🐞 Fixed --[[#687]](https://github.com/GetStream/stream-chat-flutter/issues/687): Fix Users losing their place in the conversation after replying in threads. +- [[#687]](https://github.com/GetStream/stream-chat-flutter/issues/687): Fix Users losing their place in the conversation after replying in threads. - Fixed floating date stream subscription causing "Bad state: stream has already been listened.” error. - Fixed `String` capitalize extension not working on empty strings.