Skip to content

Commit

Permalink
Prepare to release 1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Mar 28, 2021
1 parent f7d8c63 commit cf52b9f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) princi

## [Unreleased][unreleased]

## [1.5.8] - 2021-03-28

### Fixed

- Fixed Table of Contents not rendering heading inlines properly (#587, #588)
Expand Down Expand Up @@ -403,7 +405,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.5.7...1.5
[unreleased]: https://github.com/thephpleague/commonmark/compare/1.5.8...1.5
[1.5.8]: https://github.com/thephpleague/commonmark/compare/1.5.7...1.5.8
[1.5.7]: https://github.com/thephpleague/commonmark/compare/1.5.6...1.5.7
[1.5.6]: https://github.com/thephpleague/commonmark/compare/1.5.5...1.5.6
[1.5.5]: https://github.com/thephpleague/commonmark/compare/1.5.4...1.5.5
Expand Down

0 comments on commit cf52b9f

Please sign in to comment.