diff options
author | Mario <mario@mariovavti.com> | 2023-10-05 11:35:02 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-10-05 11:35:02 +0000 |
commit | 044e252d195be7fb9c523e5ab7e5f37eae7f03fd (patch) | |
tree | e8fcefdef750aee3e84e2ddb048e1e11a1c4599f /vendor/league/html-to-markdown/CHANGELOG.md | |
parent | 6920fb2793265e5c9cdcdc8325398b07f216f184 (diff) | |
download | volse-hubzilla-044e252d195be7fb9c523e5ab7e5f37eae7f03fd.tar.gz volse-hubzilla-044e252d195be7fb9c523e5ab7e5f37eae7f03fd.tar.bz2 volse-hubzilla-044e252d195be7fb9c523e5ab7e5f37eae7f03fd.zip |
composer update html to markdown
Diffstat (limited to 'vendor/league/html-to-markdown/CHANGELOG.md')
-rw-r--r-- | vendor/league/html-to-markdown/CHANGELOG.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/vendor/league/html-to-markdown/CHANGELOG.md b/vendor/league/html-to-markdown/CHANGELOG.md index 60e8e6f24..982e92fac 100644 --- a/vendor/league/html-to-markdown/CHANGELOG.md +++ b/vendor/league/html-to-markdown/CHANGELOG.md @@ -4,6 +4,13 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip ## [Unreleased][unreleased] +## [5.1.1] - 2023-07-12 + +### Fixed + +- Fixed `<pre>` tags with attributes not being parsed (#215, #238) +- Fixed missing type checks and coercions + ## [5.1.0] - 2022-03-02 ### Changed @@ -315,7 +322,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/5.1.0...master +[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/5.1.1...master +[5.1.1]: https://github.com/thephpleague/html-to-markdown/compare/5.1.0...5.1.1 [5.1.0]: https://github.com/thephpleague/html-to-markdown/compare/5.0.2...5.1.0 [5.0.2]: https://github.com/thephpleague/html-to-markdown/compare/5.0.1...5.0.2 [5.0.1]: https://github.com/thephpleague/html-to-markdown/compare/5.0.0...5.0.1 |