From 71c116c6ca71c0cbc6e5e4d9a4bf74e09d3ad463 Mon Sep 17 00:00:00 2001 From: Ellet Date: Sat, 17 Feb 2024 03:40:59 +0300 Subject: [PATCH] Update 9.3.0 to add a new item in CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42d1a81f..80ca5595 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. ## 9.3.0 * **Breaking change**: `Document.fromHtml(html)` is now returns `Document` instead of `Delta`, use `DeltaX.fromHtml` to return `Delta` * Update old deprecated api from Flutter 3.19 +* Scribble scroll fix by @mtallenca in https://github.com/singerdmx/flutter-quill/pull/1745 ## 9.2.14 * feat: move cursor after inserting video/image