Skip to content

Commit 16c41c8

Browse files
committed
Prepare to release 1.6.3
1 parent 3157d02 commit 16c41c8

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.3] - 2021-06-19
8+
79
### Fixed
810

911
- Fixed incorrect parsing of tilde-fenced code blocks with leading spaces (#676)
@@ -457,7 +459,8 @@ No changes were made since 1.0.0-rc1.
457459
- Removed `DelimiterStack::iterateByCharacters()` (use the new `processDelimiters()` method instead)
458460
- Removed the protected `DelimiterStack::findMatchingOpener()` method
459461

460-
[unreleased]: https://github.com/thephpleague/commonmark/compare/1.6.2...1.6
462+
[unreleased]: https://github.com/thephpleague/commonmark/compare/1.6.3...1.6
463+
[1.6.3]: https://github.com/thephpleague/commonmark/compare/1.6.2...1.6.3
461464
[1.6.2]: https://github.com/thephpleague/commonmark/compare/1.6.1...1.6.2
462465
[1.6.1]: https://github.com/thephpleague/commonmark/compare/1.6.0...1.6.1
463466
[1.6.0]: https://github.com/thephpleague/commonmark/compare/1.5.8...1.6.0

0 commit comments

Comments
 (0)