File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments