Skip to content

Commit 47b015b

Browse files
committed
Prepare to release 2.2.3
1 parent c600c3e commit 47b015b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased][unreleased]
88

9+
## [2.2.3] - 2022-02-26
10+
11+
### Fixed
12+
13+
- Fixed front matter parsing with Windows line endings (#821)
14+
915
## [2.1.3] - 2022-02-26
1016

1117
### Fixed
@@ -428,7 +434,8 @@ No changes were introduced since the previous release.
428434
- Alternative 1: Use `CommonMarkConverter` or `GithubFlavoredMarkdownConverter` if you don't need to customize the environment
429435
- Alternative 2: Instantiate a new `Environment` and add the necessary extensions yourself
430436

431-
[unreleased]: https://github.com/thephpleague/commonmark/compare/2.2.2...main
437+
[unreleased]: https://github.com/thephpleague/commonmark/compare/2.2.3...main
438+
[2.2.3]: https://github.com/thephpleague/commonmark/compare/2.2.2...2.2.3
432439
[2.2.2]: https://github.com/thephpleague/commonmark/compare/2.2.1...2.2.2
433440
[2.2.1]: https://github.com/thephpleague/commonmark/compare/2.2.0...2.2.1
434441
[2.2.0]: https://github.com/thephpleague/commonmark/compare/2.1.1...2.2.0

0 commit comments

Comments
 (0)