From f8d0d708093031d784da7f21dcd5800db474397c Mon Sep 17 00:00:00 2001 From: Colin O'Dell Date: Sun, 25 Mar 2018 21:23:15 -0400 Subject: [PATCH] Prepare for 0.17.2 release --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 677a2be1a5..84b14c53d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip ## [Unreleased][unreleased] +## [0.17.2] - 2017-03-25 + +### Added + + - Added new `RegexHelper::isEscapable()` method + +### Fixed + + - Fixed spec compliance bug where escaped spaces should not be allowed in link destinations + ## [0.17.1] - 2017-03-18 ### Added @@ -615,7 +625,8 @@ An unused constant and static method were deprecated and will be removed in a fu ### Added - Initial commit (compatible with jgm/stmd:spec.txt @ 0275f34) -[unreleased]: https://github.com/thephpleague/commonmark/compare/0.17.1...HEAD +[unreleased]: https://github.com/thephpleague/commonmark/compare/0.17.2...HEAD +[0.17.2]: https://github.com/thephpleague/commonmark/compare/0.17.1...0.17.2 [0.17.1]: https://github.com/thephpleague/commonmark/compare/0.17.0...0.17.1 [0.17.0]: https://github.com/thephpleague/commonmark/compare/0.16.0...0.17.0 [0.16.0]: https://github.com/thephpleague/commonmark/compare/0.15.7...0.16.0