diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-01-12 22:32:42 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-01-12 22:32:42 +0100 |
commit | 0f5bc00586e5fb9e3f251dc8dbd58579bb3381a9 (patch) | |
tree | 045e8b9dedc7b812bfbaa301e5cb67b12678df69 /vendor/league/html-to-markdown/CHANGELOG.md | |
parent | 50ec3b300be81cfd652e2f0ed63ab180cc25a141 (diff) | |
download | volse-hubzilla-0f5bc00586e5fb9e3f251dc8dbd58579bb3381a9.tar.gz volse-hubzilla-0f5bc00586e5fb9e3f251dc8dbd58579bb3381a9.tar.bz2 volse-hubzilla-0f5bc00586e5fb9e3f251dc8dbd58579bb3381a9.zip |
update league/html-to-markdown via composer
Diffstat (limited to 'vendor/league/html-to-markdown/CHANGELOG.md')
-rw-r--r-- | vendor/league/html-to-markdown/CHANGELOG.md | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/vendor/league/html-to-markdown/CHANGELOG.md b/vendor/league/html-to-markdown/CHANGELOG.md index 7a24130df..c3b7bf65b 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.6.2] +### Fixed + - Fixed issue with emphasized spaces (#146) + +## [4.6.1] +### Fixed + - Fixed conversion of `<pre>` tags (#145) + ## [4.6.0] ### Added - Added support for ordered lists starting at numbers other than 1 @@ -199,7 +207,9 @@ 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.6.0...master +[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/4.6.2...master +[4.6.2]: https://github.com/thephpleague/html-to-markdown/compare/4.6.1...4.6.2 +[4.6.1]: https://github.com/thephpleague/html-to-markdown/compare/4.6.0...4.6.1 [4.6.0]: https://github.com/thephpleague/html-to-markdown/compare/4.5.0...4.6.0 [4.5.0]: https://github.com/thephpleague/html-to-markdown/compare/4.4.1...4.5.0 [4.4.1]: https://github.com/thephpleague/html-to-markdown/compare/4.4.0...4.4.1 |