Skip to content

Commit

Permalink
Prepare to release 1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Jan 13, 2022
1 parent 9e4c1fc commit b7a2aed
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) princi

## [Unreleased][unreleased]

## [1.6.7] - 2022-01-13

### Changed

- Added `ReturnTypeWillChange` attribute to prevent PHP 8.1 deprecation warnings (#785)
- Coerced punctuation counts to integers to ensure floats are never used

## [1.6.6] - 2021-07-17

### Fixed
Expand Down Expand Up @@ -481,7 +488,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.6.6...1.6
[unreleased]: https://github.com/thephpleague/commonmark/compare/1.6.7...1.6
[1.6.7]: https://github.com/thephpleague/commonmark/compare/1.6.6...1.6.7
[1.6.6]: https://github.com/thephpleague/commonmark/compare/1.6.5...1.6.6
[1.6.5]: https://github.com/thephpleague/commonmark/compare/1.6.4...1.6.5
[1.6.4]: https://github.com/thephpleague/commonmark/compare/1.6.3...1.6.4
Expand Down

0 comments on commit b7a2aed

Please sign in to comment.