Skip to content

Commit 1dcd0f8

Browse files
committed
Prepare to release 4.9.1
1 parent c615fb0 commit 1dcd0f8

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
44

55
## [Unreleased][unreleased]
66

7+
## [4.9.1] - 2019-12-27
8+
### Fixed
9+
- Fixed issue with HTML entity escaping in text (#184)
10+
711
## [4.9.0] - 2019-11-02
8-
## Added
12+
### Added
913
- Added new option to preserve comments (#177, #179)
1014

1115
## [4.8.3] - 2019-10-31
@@ -259,7 +263,8 @@ not ideally set, so this releases fixes that. Moving forwards this should reduce
259263
### Added
260264
- Initial release
261265

262-
[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/4.9.0...master
266+
[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/4.9.1...master
267+
[4.9.1]: https://github.com/thephpleague/html-to-markdown/compare/4.9.0...4.9.1
263268
[4.9.0]: https://github.com/thephpleague/html-to-markdown/compare/4.8.3...4.9.0
264269
[4.8.3]: https://github.com/thephpleague/html-to-markdown/compare/4.8.2...4.8.3
265270
[4.8.2]: https://github.com/thephpleague/html-to-markdown/compare/4.8.1...4.8.2

0 commit comments

Comments
 (0)