Skip to content

Commit c5b05d5

Browse files
authored
Update CHANGELOG for 4.3.1
1 parent 23d7bb6 commit c5b05d5

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

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

55
## [Unreleased][unreleased]
66

7+
## [4.3.1]
8+
### Changed
9+
- Revised the sanitization implementation (#109)
10+
11+
### Fixed
12+
- Fixed tag-like content not being escaped (#67, #109)
13+
- Fixed thematic break-like content not being escaped (#65, #109)
14+
- Fixed codefence-like content not being escaped (#64, #109)
15+
716
## [4.3.0]
817
### Added
918
- Added full support for PHP 7.0 and 7.1
@@ -163,7 +172,8 @@ not ideally set, so this releases fixes that. Moving forwards this should reduce
163172
### Added
164173
- Initial release
165174

166-
[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/4.3.0...master
175+
[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/4.3.1...master
176+
[4.3.1]: https://github.com/thephpleague/html-to-markdown/compare/4.3.0...4.3.1
167177
[4.3.0]: https://github.com/thephpleague/html-to-markdown/compare/4.2.2...4.3.0
168178
[4.2.2]: https://github.com/thephpleague/html-to-markdown/compare/4.2.1...4.2.2
169179
[4.2.1]: https://github.com/thephpleague/html-to-markdown/compare/4.2.0...4.2.1

0 commit comments

Comments
 (0)