Skip to content

Commit 50bd4dc

Browse files
committed
Prepare to release 2.4.4
1 parent e8e8a8b commit 50bd4dc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) princi
66

77
## [Unreleased][unreleased]
88

9+
## [2.4.4] - 2024-07-22
10+
911
### Fixed
1012

1113
- Fixed SmartPunct extension changing already-formatted quotation marks (#1030)
@@ -578,7 +580,8 @@ No changes were introduced since the previous release.
578580
- Alternative 1: Use `CommonMarkConverter` or `GithubFlavoredMarkdownConverter` if you don't need to customize the environment
579581
- Alternative 2: Instantiate a new `Environment` and add the necessary extensions yourself
580582

581-
[unreleased]: https://github.com/thephpleague/commonmark/compare/2.4.3...main
583+
[unreleased]: https://github.com/thephpleague/commonmark/compare/2.4.4...main
584+
[2.4.4]: https://github.com/thephpleague/commonmark/compare/2.4.3...2.4.4
582585
[2.4.3]: https://github.com/thephpleague/commonmark/compare/2.4.2...2.4.3
583586
[2.4.2]: https://github.com/thephpleague/commonmark/compare/2.4.1...2.4.2
584587
[2.4.1]: https://github.com/thephpleague/commonmark/compare/2.4.0...2.4.1

0 commit comments

Comments
 (0)