From 74e30ffaa027f534928834b460fe94edf3cb5ab0 Mon Sep 17 00:00:00 2001 From: Adil Hanney Date: Tue, 12 Sep 2023 00:13:20 +0100 Subject: [PATCH] fix(CHANGELOG): use more descriptive bullet points --- CHANGELOG.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ee530cc..2ecc1290 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,11 @@ # [7.4.6] -- Fix #1394. -- Fix #1395. +- Fix more null errors in Leaf.retain [#1394](https://github.com/singerdmx/flutter-quill/issues/1394) and Line.delete [#1395](https://github.com/singerdmx/flutter-quill/issues/1395). # [7.4.5] -- Fix #1392. +- Fix null error in Container.insert [#1392](https://github.com/singerdmx/flutter-quill/issues/1392). # [7.4.4] -- Fix #1311. +- Fix extra padding on checklists [#1131](https://github.com/singerdmx/flutter-quill/issues/1131). # [7.4.3] - Fixed a space input error on iPad.