diff options
Diffstat (limited to 'vendor/league/commonmark/CHANGELOG.md')
| -rw-r--r-- | vendor/league/commonmark/CHANGELOG.md | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/vendor/league/commonmark/CHANGELOG.md b/vendor/league/commonmark/CHANGELOG.md index 611832b8de..54e6f369d3 100644 --- a/vendor/league/commonmark/CHANGELOG.md +++ b/vendor/league/commonmark/CHANGELOG.md @@ -4,6 +4,22 @@ Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) princi ## [Unreleased][unreleased] +## [1.5.3] - 2020-07-19 + +### Fixed + + - Fixed regression of multi-byte inline parser characters not being matched + +## [1.5.2] - 2020-07-19 + +### Changed + + - Significantly improved performance of the inline parser regex + +### Fixed + + - Fixed parent class lookups for non-existent classes on PHP 8 (#517) + ## [1.5.1] - 2020-06-27 ### Fixed @@ -347,7 +363,9 @@ No changes were made since 1.0.0-rc1. - Removed `DelimiterStack::iterateByCharacters()` (use the new `processDelimiters()` method instead) - Removed the protected `DelimiterStack::findMatchingOpener()` method -[unreleased]: https://github.com/thephpleague/commonmark/compare/1.5.1...1.5 +[unreleased]: https://github.com/thephpleague/commonmark/compare/1.5.3...1.5 +[1.5.3]: https://github.com/thephpleague/commonmark/compare/1.5.2...1.5.3 +[1.5.2]: https://github.com/thephpleague/commonmark/compare/1.5.1...1.5.2 [1.5.1]: https://github.com/thephpleague/commonmark/compare/1.5.0...1.5.1 [1.5.0]: https://github.com/thephpleague/commonmark/compare/1.4.3...1.5.0 [1.4.3]: https://github.com/thephpleague/commonmark/compare/1.4.2...1.4.3 |
