Skip to content

Commit

Permalink
Update version number in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
luin committed Dec 6, 2023
1 parent d945925 commit 41e09d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 2.0.0-dev.1 ~ 2.0.0-dev.4
# Next (2.0)

In the 2.0 release, Quill has been significantly modernized. Leveraging the latest browser-supported APIs, Quill now delivers a more efficient and reliable editing experience.

Expand Down Expand Up @@ -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 the asterisk "*" character 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)
Expand Down

0 comments on commit 41e09d6

Please sign in to comment.