From c8b43ee5821362216f8e9ac684f0f59de164edcc Mon Sep 17 00:00:00 2001 From: Colin O'Dell Date: Sun, 18 Dec 2016 19:11:43 -0500 Subject: [PATCH] Prepare to release 0.15.3 --- CHANGELOG.md | 8 +++++++- README.md | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1582e4a89c..fef960ef14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip ## [Unreleased][unreleased] +## [0.15.3] - 2016-12-18 + +### Fixed + - Allow inline parsers matching regex delimiter to be created (#271, #272) + ## [0.15.2] - 2016-11-22 ### Changed @@ -462,7 +467,8 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip ### Added - Initial commit (compatible with jgm/stmd:spec.txt @ 0275f34) -[unreleased]: https://github.com/thephpleague/commonmark/compare/0.15.2...HEAD +[unreleased]: https://github.com/thephpleague/commonmark/compare/0.15.3...HEAD +[0.15.3]: https://github.com/thephpleague/commonmark/compare/0.15.2...0.15.3 [0.15.2]: https://github.com/thephpleague/commonmark/compare/0.15.1...0.15.2 [0.15.1]: https://github.com/thephpleague/commonmark/compare/0.15.0...0.15.1 [0.15.0]: https://github.com/thephpleague/commonmark/compare/0.14.0...0.15.0 diff --git a/README.md b/README.md index 572934311e..d4c89fccd9 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ The following table shows which versions of league/commonmark are compatible wit - 0.15.2 + 0.15.3
0.15.2 0.27