Skip to content

Commit c392e7d

Browse files
committed
Prepare to release 1.6.6
1 parent 46265ed commit c392e7d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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.6] - 2021-07-17
8+
79
### Fixed
810

911
- Fixed Mentions inside of links creating nested links against the spec's rules (#688)
@@ -479,7 +481,8 @@ No changes were made since 1.0.0-rc1.
479481
- Removed `DelimiterStack::iterateByCharacters()` (use the new `processDelimiters()` method instead)
480482
- Removed the protected `DelimiterStack::findMatchingOpener()` method
481483

482-
[unreleased]: https://github.com/thephpleague/commonmark/compare/1.6.5...1.6
484+
[unreleased]: https://github.com/thephpleague/commonmark/compare/1.6.6...1.6
485+
[1.6.6]: https://github.com/thephpleague/commonmark/compare/1.6.5...1.6.6
483486
[1.6.5]: https://github.com/thephpleague/commonmark/compare/1.6.4...1.6.5
484487
[1.6.4]: https://github.com/thephpleague/commonmark/compare/1.6.3...1.6.4
485488
[1.6.3]: https://github.com/thephpleague/commonmark/compare/1.6.2...1.6.3

0 commit comments

Comments
 (0)