From cc20be19c962be57044eda5470910de65e7066ba Mon Sep 17 00:00:00 2001 From: Colin O'Dell Date: Tue, 14 Jan 2020 22:30:37 -0500 Subject: [PATCH] Prepare to release 1.2.1 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d05f00935..90d5a0c41a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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% @@ -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