From 4e4d46079f59995a37145c19cc688e6fb8c981ab Mon Sep 17 00:00:00 2001 From: Colin O'Dell Date: Wed, 18 May 2016 08:57:10 -0400 Subject: [PATCH] Prepare for 4.2.1 release --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e84b0d4..6c0b9e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip ## [Unreleased][unreleased] +## [4.2.1] +### Fixed + - Fixed path to autoload.php when used as a library (#98) + - Fixed edge case for tags containing only whitespace (#99) + ### Removed - Removed double HTML entity decoding, as this is not desireable (#60) @@ -139,7 +144,8 @@ not ideally set, so this releases fixes that. Moving forwards this should reduce ### Added - Initial release -[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/4.2.0...master +[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/4.2.1...master +[4.2.1]: https://github.com/thephpleague/html-to-markdown/compare/4.2.0...4.2.1 [4.2.0]: https://github.com/thephpleague/html-to-markdown/compare/4.1.1...4.2.0 [4.1.1]: https://github.com/thephpleague/html-to-markdown/compare/4.1.0...4.1.1 [4.1.0]: https://github.com/thephpleague/html-to-markdown/compare/4.0.1...4.1.0