Skip to content

Commit 0868ae7

Browse files
committed
Release 4.10.0
1 parent 2742fe3 commit 0868ae7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

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

55
## [Unreleased][unreleased]
66

7+
## [4.10.0] - 2020-06-30
8+
### Added
9+
10+
- Added the ability to disable autolinking with a configuration option (#187, #188)
11+
712
## [4.9.1] - 2019-12-27
813
### Fixed
914
- Fixed issue with HTML entity escaping in text (#184)
@@ -263,7 +268,8 @@ not ideally set, so this releases fixes that. Moving forwards this should reduce
263268
### Added
264269
- Initial release
265270

266-
[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/4.9.1...master
271+
[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/4.10.0...master
272+
[4.10.0]: https://github.com/thephpleague/html-to-markdown/compare/4.9.1...4.10.0
267273
[4.9.1]: https://github.com/thephpleague/html-to-markdown/compare/4.9.0...4.9.1
268274
[4.9.0]: https://github.com/thephpleague/html-to-markdown/compare/4.8.3...4.9.0
269275
[4.8.3]: https://github.com/thephpleague/html-to-markdown/compare/4.8.2...4.8.3

0 commit comments

Comments
 (0)