Skip to content

Commit

Permalink
Prepare to release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Jan 15, 2020
1 parent 6f55a7a commit cc20be1
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.2.1] - 2020-01-14

### Changed

- Introduced several micro-optimizations, reducing the parse time by 8%
Expand Down Expand Up @@ -191,7 +193,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.2.0...HEAD
[unreleased]: https://github.com/thephpleague/commonmark/compare/1.2.1...HEAD
[1.2.1]: https://github.com/thephpleague/commonmark/compare/1.2.0...1.2.1
[1.2.0]: https://github.com/thephpleague/commonmark/compare/1.1.2...1.2.0
[1.1.2]: https://github.com/thephpleague/commonmark/compare/1.1.1...1.1.2
[1.1.1]: https://github.com/thephpleague/commonmark/compare/1.1.0...1.1.1
Expand Down

0 comments on commit cc20be1

Please sign in to comment.