File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) princi
44
55## [ Unreleased] [ unreleased ]
66
7+ ## [ 1.6.3] - 2021-06-19
8+
79### Fixed
810
911 - Fixed incorrect parsing of tilde-fenced code blocks with leading spaces (#676 )
@@ -457,7 +459,8 @@ No changes were made since 1.0.0-rc1.
457459 - Removed ` DelimiterStack::iterateByCharacters() ` (use the new ` processDelimiters() ` method instead)
458460 - Removed the protected ` DelimiterStack::findMatchingOpener() ` method
459461
460- [ unreleased ] : https://github.com/thephpleague/commonmark/compare/1.6.2...1.6
462+ [ unreleased ] : https://github.com/thephpleague/commonmark/compare/1.6.3...1.6
463+ [ 1.6.3 ] : https://github.com/thephpleague/commonmark/compare/1.6.2...1.6.3
461464[ 1.6.2 ] : https://github.com/thephpleague/commonmark/compare/1.6.1...1.6.2
462465[ 1.6.1 ] : https://github.com/thephpleague/commonmark/compare/1.6.0...1.6.1
463466[ 1.6.0 ] : https://github.com/thephpleague/commonmark/compare/1.5.8...1.6.0
You can’t perform that action at this time.
0 commit comments