diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-09-23 09:16:28 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2019-09-23 12:22:08 +0200 |
commit | efec0af394df5ed4674d9cba8945be17de475388 (patch) | |
tree | 1e85d8756ae041fd87ce29ee9ff87d4f143f8af0 /vendor/league/html-to-markdown/CHANGELOG.md | |
parent | 9b90114d035ce4c10ee11cd2fbffe1f5ab95af17 (diff) | |
download | volse-hubzilla-efec0af394df5ed4674d9cba8945be17de475388.tar.gz volse-hubzilla-efec0af394df5ed4674d9cba8945be17de475388.tar.bz2 volse-hubzilla-efec0af394df5ed4674d9cba8945be17de475388.zip |
composer update vendor/league/html-to-markdown/.github/
(cherry picked from commit e4336578388b3e59ba8130123649ccdc9b8487d0)
Diffstat (limited to 'vendor/league/html-to-markdown/CHANGELOG.md')
-rw-r--r-- | vendor/league/html-to-markdown/CHANGELOG.md | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/vendor/league/html-to-markdown/CHANGELOG.md b/vendor/league/html-to-markdown/CHANGELOG.md index e1893be9a..8f131fc46 100644 --- a/vendor/league/html-to-markdown/CHANGELOG.md +++ b/vendor/league/html-to-markdown/CHANGELOG.md @@ -4,6 +4,14 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip ## [Unreleased][unreleased] +## [4.8.2] - 2019-08-02 +### Fixed + - Fixed headers not being placed onto a new line in some cases (#172) + - Fixed handling of links containing spaces (#175) + +### Removed + - Removed support for HHVM + ## [4.8.1] - 2018-12-24 ### Added - Added support for PHP 7.3 @@ -243,7 +251,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.8.1...master +[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/4.8.2...master +[4.8.2]: https://github.com/thephpleague/html-to-markdown/compare/4.8.1...4.8.2 [4.8.1]: https://github.com/thephpleague/html-to-markdown/compare/4.8.0...4.8.1 [4.8.0]: https://github.com/thephpleague/html-to-markdown/compare/4.7.0...4.8.0 [4.7.0]: https://github.com/thephpleague/html-to-markdown/compare/4.6.2...4.7.0 |