Skip to content

Commit 2cd7a17

Browse files
committed
Prepare to release 1.6.2
1 parent 8ac7858 commit 2cd7a17

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.2] - 2021-05-12
8+
79
### Fixed
810

911
- Fixed incorrect error level for deprecation notices
@@ -451,7 +453,8 @@ No changes were made since 1.0.0-rc1.
451453
- Removed `DelimiterStack::iterateByCharacters()` (use the new `processDelimiters()` method instead)
452454
- Removed the protected `DelimiterStack::findMatchingOpener()` method
453455

454-
[unreleased]: https://github.com/thephpleague/commonmark/compare/1.6.1...1.6
456+
[unreleased]: https://github.com/thephpleague/commonmark/compare/1.6.2...1.6
457+
[1.6.2]: https://github.com/thephpleague/commonmark/compare/1.6.1...1.6.2
455458
[1.6.1]: https://github.com/thephpleague/commonmark/compare/1.6.0...1.6.1
456459
[1.6.0]: https://github.com/thephpleague/commonmark/compare/1.5.8...1.6.0
457460
[1.5.8]: https://github.com/thephpleague/commonmark/compare/1.5.7...1.5.8

0 commit comments

Comments
 (0)