From c2cb0b70a06a62fff9d3de7960700fcf2527dfc4 Mon Sep 17 00:00:00 2001 From: Zihua Li Date: Fri, 1 Dec 2023 13:55:24 +0800 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Scott Kingsley Clark --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80c2bd6c74..7262891e06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -68,7 +68,7 @@ Thanks to [@berylw](https://github.com/berylw) and [@erinsinger93](https://githu # 1.3.5 - Fix indent preservation of a checked checklist item [#1818](https://github.com/quilljs/quill/issues/1818) -- - added as a shortcut to trigger bullet list formatting [#1819](https://github.com/quilljs/quill/pull/1819) +- Added the asterisk "*" character as a shortcut to trigger bullet list formatting [#1819](https://github.com/quilljs/quill/pull/1819) - Fix pasting text-align styles [#1873](https://github.com/quilljs/quill/issues/1873) - Fix cursor position after dangerouslyPasteHTML [#1886](https://github.com/quilljs/quill/issues/1886) - Fix value of history stack in text-change handler [#1906](https://github.com/quilljs/quill/pull/1906)