Skip to content

Commit 0da1dca

Browse files
committed
Prepare to release 2.3.3
1 parent e42dbdc commit 0da1dca

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.3] - 2022-06-07
10+
11+
### Fixed
12+
13+
- Fixed `DomainFilteringAdapter` not reindexing the embed list (#884, #885)
14+
915
## [2.3.2] - 2022-06-03
1016

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

472-
[unreleased]: https://github.com/thephpleague/commonmark/compare/2.3.2...main
478+
[unreleased]: https://github.com/thephpleague/commonmark/compare/2.3.3...main
479+
[2.3.3]: https://github.com/thephpleague/commonmark/compare/2.3.2...2.3.3
473480
[2.3.2]: https://github.com/thephpleague/commonmark/compare/2.3.2...main
474481
[2.3.1]: https://github.com/thephpleague/commonmark/compare/2.3.0...2.3.1
475482
[2.3.0]: https://github.com/thephpleague/commonmark/compare/2.2.3...2.3.0

0 commit comments

Comments
 (0)