Skip to content

Commit 13d7751

Browse files
committed
Prepare to release 2.2.2
1 parent 99be96f commit 13d7751

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased][unreleased]
88

9+
## [2.2.2] - 2022-02-13
10+
11+
### Fixed
12+
13+
- Fixed double-escaping of image alt text (#806, #810)
14+
- Fixed Psalm typehints for event class names
15+
916
## [2.2.1] - 2022-01-25
1017

1118
### Fixed
@@ -409,7 +416,8 @@ No changes were introduced since the previous release.
409416
- Alternative 1: Use `CommonMarkConverter` or `GithubFlavoredMarkdownConverter` if you don't need to customize the environment
410417
- Alternative 2: Instantiate a new `Environment` and add the necessary extensions yourself
411418

412-
[unreleased]: https://github.com/thephpleague/commonmark/compare/2.2.1...main
419+
[unreleased]: https://github.com/thephpleague/commonmark/compare/2.2.2...main
420+
[2.2.2]: https://github.com/thephpleague/commonmark/compare/2.2.1...2.2.2
413421
[2.2.1]: https://github.com/thephpleague/commonmark/compare/2.2.0...2.2.1
414422
[2.2.0]: https://github.com/thephpleague/commonmark/compare/2.1.1...2.2.0
415423
[2.1.2]: https://github.com/thephpleague/commonmark/compare/2.1.1...2.1.2

0 commit comments

Comments
 (0)