From 763cf3f750601c86438b10cd382f03565486bd00 Mon Sep 17 00:00:00 2001 From: vinsonswang Date: Thu, 12 Dec 2024 20:47:54 +0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 195aa26..0e00177 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 3.1.0+2 +* Replace the flutter_slidable library with flutter_slidable_plus_plus to solve the compatibility issue of flutter 3.27.0 version. + +# 3.1.0+1 +* Upgrade the third-party library version to adapt to Android AGP 8.0. + # 3.1.0 ## Bug Fixes * The interface for deleting messages is changed to the interface for deleting cloud messages.