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.4] - 2021-06-19
8+
79### Changed
810
911 - Optimized attribute parsing to avoid inspecting every space character (30% performance boost)
@@ -463,7 +465,8 @@ No changes were made since 1.0.0-rc1.
463465 - Removed ` DelimiterStack::iterateByCharacters() ` (use the new ` processDelimiters() ` method instead)
464466 - Removed the protected ` DelimiterStack::findMatchingOpener() ` method
465467
466- [ unreleased ] : https://github.com/thephpleague/commonmark/compare/1.6.3...1.6
468+ [ unreleased ] : https://github.com/thephpleague/commonmark/compare/1.6.4...1.6
469+ [ 1.6.4 ] : https://github.com/thephpleague/commonmark/compare/1.6.3...1.6.4
467470[ 1.6.3 ] : https://github.com/thephpleague/commonmark/compare/1.6.2...1.6.3
468471[ 1.6.2 ] : https://github.com/thephpleague/commonmark/compare/1.6.1...1.6.2
469472[ 1.6.1 ] : https://github.com/thephpleague/commonmark/compare/1.6.0...1.6.1
You can’t perform that action at this time.
0 commit comments