From 3aeba33008b0e2af1f887d641184f73d61f8225e Mon Sep 17 00:00:00 2001 From: Ellet Date: Sat, 17 Feb 2024 03:34:56 +0300 Subject: [PATCH] Update CHANGELOG.md to add bold to Breaking change --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 056e583b..42d1a81f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,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` +* **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 ## 9.2.14