diff options
author | M. Dent <dentm42@gmail.com> | 2019-09-23 19:18:53 +0200 |
---|---|---|
committer | M. Dent <dentm42@gmail.com> | 2019-09-23 19:18:53 +0200 |
commit | 1e924a8530e8d82c8926f59ef14914fbd5aea2c6 (patch) | |
tree | 88c351be326f2807f91dacbc4b66ab9973f2f6fa /vendor/league/html-to-markdown/CHANGELOG.md | |
parent | 23995ccb07780c37b6867ad84ca8ce6ff6b943a2 (diff) | |
parent | efec0af394df5ed4674d9cba8945be17de475388 (diff) | |
download | volse-hubzilla-1e924a8530e8d82c8926f59ef14914fbd5aea2c6.tar.gz volse-hubzilla-1e924a8530e8d82c8926f59ef14914fbd5aea2c6.tar.bz2 volse-hubzilla-1e924a8530e8d82c8926f59ef14914fbd5aea2c6.zip |
Merge branch 'cherry-pick-e4336578' into 'dev'
composer update vendor/league/html-to-markdown/.github/
See merge request hubzilla/core!1734
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 |