aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/league/html-to-markdown/CHANGELOG.md
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2021-09-30 12:10:11 +0200
committerMario Vavti <mario@mariovavti.com>2021-09-30 12:10:11 +0200
commitb0bf646d71b6ee393c9b00b608cf6ee28ca342cc (patch)
treeea4c89684005d85e68e189606a482597044186e5 /vendor/league/html-to-markdown/CHANGELOG.md
parent5cb5ecdb545d699eb0cbbed33797d0b4c234aadf (diff)
parentaf0896bb8b9fdcc429ad4e64f6326cf00f2359ae (diff)
downloadvolse-hubzilla-b0bf646d71b6ee393c9b00b608cf6ee28ca342cc.tar.gz
volse-hubzilla-b0bf646d71b6ee393c9b00b608cf6ee28ca342cc.tar.bz2
volse-hubzilla-b0bf646d71b6ee393c9b00b608cf6ee28ca342cc.zip
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
Diffstat (limited to 'vendor/league/html-to-markdown/CHANGELOG.md')
-rw-r--r--vendor/league/html-to-markdown/CHANGELOG.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/vendor/league/html-to-markdown/CHANGELOG.md b/vendor/league/html-to-markdown/CHANGELOG.md
index 71ae9c9a8..36fb1249e 100644
--- a/vendor/league/html-to-markdown/CHANGELOG.md
+++ b/vendor/league/html-to-markdown/CHANGELOG.md
@@ -4,6 +4,12 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
## [Unreleased][unreleased]
+## [5.0.1] - 2021-09-17
+
+### Fixed
+
+ - Fixed lists not using the correct amount of indentation (#211)
+
## [5.0.0] - 2021-03-28
### Added
@@ -293,7 +299,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.0.0...master
+[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/5.0.1...master
+[5.0.1]: https://github.com/thephpleague/html-to-markdown/compare/5.0.0...5.0.1
[5.0.0]: https://github.com/thephpleague/html-to-markdown/compare/4.10.0...5.0.0
[4.10.0]: https://github.com/thephpleague/html-to-markdown/compare/4.9.1...4.10.0
[4.9.1]: https://github.com/thephpleague/html-to-markdown/compare/4.9.0...4.9.1