Skip to content

Commit f8afb78

Browse files
committed
Prepare to release 2.2.1
1 parent 5528b2b commit f8afb78

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased][unreleased]
88

9+
## [2.2.1] - 2022-01-25
10+
11+
### Fixed
12+
13+
- Fixed `symfony/deprecation-contracts` constraint
14+
15+
### Removed
16+
17+
- Removed deprecation trigger from `MarkdownConverterInterface` to reduce noise
18+
919
## [2.2.0] - 2022-01-22
1020

1121
### Added
@@ -385,7 +395,8 @@ No changes were introduced since the previous release.
385395
- Alternative 1: Use `CommonMarkConverter` or `GithubFlavoredMarkdownConverter` if you don't need to customize the environment
386396
- Alternative 2: Instantiate a new `Environment` and add the necessary extensions yourself
387397

388-
[unreleased]: https://github.com/thephpleague/commonmark/compare/2.2.0...main
398+
[unreleased]: https://github.com/thephpleague/commonmark/compare/2.2.1...main
399+
[2.2.1]: https://github.com/thephpleague/commonmark/compare/2.2.0...2.2.1
389400
[2.2.0]: https://github.com/thephpleague/commonmark/compare/2.1.1...2.2.0
390401
[2.1.1]: https://github.com/thephpleague/commonmark/compare/2.0.2...2.1.1
391402
[2.1.0]: https://github.com/thephpleague/commonmark/compare/2.0.2...2.1.0

0 commit comments

Comments
 (0)