Skip to content

Commit cb36fee

Browse files
committed
Prepare to release 2.3.1
1 parent 4a4cd52 commit cb36fee

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.3.1] - 2022-05-14
10+
11+
### Fixed
12+
13+
- Fixed AutolinkExtension not ignoring trailing strikethrough syntax (#867)
14+
915
## [2.2.4] - 2022-05-14
1016

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

454-
[unreleased]: https://github.com/thephpleague/commonmark/compare/2.3.0...main
460+
[unreleased]: https://github.com/thephpleague/commonmark/compare/2.3.1...main
461+
[2.3.1]: https://github.com/thephpleague/commonmark/compare/2.3.0...2.3.1
455462
[2.3.0]: https://github.com/thephpleague/commonmark/compare/2.2.3...2.3.0
456463
[2.2.4]: https://github.com/thephpleague/commonmark/compare/2.2.3...2.2.4
457464
[2.2.3]: https://github.com/thephpleague/commonmark/compare/2.2.2...2.2.3

0 commit comments

Comments
 (0)