summaryrefslogtreecommitdiff
path: root/vendor/league/commonmark/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/league/commonmark/CHANGELOG.md')
-rw-r--r--vendor/league/commonmark/CHANGELOG.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/vendor/league/commonmark/CHANGELOG.md b/vendor/league/commonmark/CHANGELOG.md
index dfdd3a565d..59251af019 100644
--- a/vendor/league/commonmark/CHANGELOG.md
+++ b/vendor/league/commonmark/CHANGELOG.md
@@ -4,6 +4,13 @@ Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) princi
## [Unreleased][unreleased]
+## [1.1.1] - 2019-11-11
+
+### Fixed
+
+ - Fixed handling of link destinations with unbalanced unescaped parens
+ - Fixed adding delimiters to stack which can neither open nor close a run
+
## [1.1.0] - 2019-10-31
### Added
@@ -167,7 +174,8 @@ 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.1.0...HEAD
+[unreleased]: https://github.com/thephpleague/commonmark/compare/1.1.1...HEAD
+[1.1.1]: https://github.com/thephpleague/commonmark/compare/1.1.0...1.1.1
[1.1.0]: https://github.com/thephpleague/commonmark/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/thephpleague/commonmark/compare/1.0.0-rc1...1.0.0
[1.0.0-rc1]: https://github.com/thephpleague/commonmark/compare/1.0.0-beta4...1.0.0-rc1