Skip to content

Commit 13bd919

Browse files
committed
Prepare to release 4.4.0
1 parent f5e3fdf commit 13bd919

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
44

55
## [Unreleased][unreleased]
66

7+
## [4.4.0]
8+
9+
### Added
10+
- Added `hard_break` configuration option (#112, #115)
11+
- The `HtmlConverter` can now be instantiated with an `Environment` (#118)
12+
13+
### Fixed
14+
- Fixed handling of paragraphs in list item elements (#47, #110)
15+
- Fixed phantom spaces when newlines follow `br` elements (#116, #117)
16+
- Fixed link converter not sanitizing inner spaces properly (#119, #120)
17+
718
## [4.3.1]
819
### Changed
920
- Revised the sanitization implementation (#109)
@@ -172,7 +183,8 @@ not ideally set, so this releases fixes that. Moving forwards this should reduce
172183
### Added
173184
- Initial release
174185

175-
[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/4.3.1...master
186+
[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/4.4.0...master
187+
[4.4.0]: https://github.com/thephpleague/html-to-markdown/compare/4.3.1...4.4.0
176188
[4.3.1]: https://github.com/thephpleague/html-to-markdown/compare/4.3.0...4.3.1
177189
[4.3.0]: https://github.com/thephpleague/html-to-markdown/compare/4.2.2...4.3.0
178190
[4.2.2]: https://github.com/thephpleague/html-to-markdown/compare/4.2.1...4.2.2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"bin": ["bin/html-to-markdown"],
4343
"extra": {
4444
"branch-alias": {
45-
"dev-master": "4.4-dev"
45+
"dev-master": "4.5-dev"
4646
}
4747
}
4848
}

0 commit comments

Comments
 (0)