Skip to content

Commit 3a466de

Browse files
committed
Release 2.2.5
1 parent 8456b5d commit 3a466de

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.2.5] - 2022-06-03
10+
911
### Fixed
1012

1113
- Fixed FootnoteExtension stripping extra characters from tab-indented footnotes (#881)
@@ -444,7 +446,8 @@ No changes were introduced since the previous release.
444446
- Alternative 1: Use `CommonMarkConverter` or `GithubFlavoredMarkdownConverter` if you don't need to customize the environment
445447
- Alternative 2: Instantiate a new `Environment` and add the necessary extensions yourself
446448

447-
[unreleased]: https://github.com/thephpleague/commonmark/compare/2.2.4...main
449+
[unreleased]: https://github.com/thephpleague/commonmark/compare/2.2.5...main
450+
[2.2.5]: https://github.com/thephpleague/commonmark/compare/2.2.4...2.2.5
448451
[2.2.4]: https://github.com/thephpleague/commonmark/compare/2.2.3...2.2.4
449452
[2.2.3]: https://github.com/thephpleague/commonmark/compare/2.2.2...2.2.3
450453
[2.2.2]: https://github.com/thephpleague/commonmark/compare/2.2.1...2.2.2

0 commit comments

Comments
 (0)