Skip to content

Commit e747489

Browse files
committed
Release 4.8.2
1 parent 754c06f commit e747489

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

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

55
## [Unreleased][unreleased]
66

7+
## [4.8.2] - 2019-08-02
8+
### Fixed
9+
- Fixed headers not being placed onto a new line in some cases (#172)
10+
- Fixed handling of links containing spaces (#175)
11+
12+
### Removed
13+
- Removed support for HHVM
14+
715
## [4.8.1] - 2018-12-24
816
### Added
917
- Added support for PHP 7.3
@@ -243,7 +251,8 @@ not ideally set, so this releases fixes that. Moving forwards this should reduce
243251
### Added
244252
- Initial release
245253

246-
[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/4.8.1...master
254+
[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/4.8.2...master
255+
[4.8.2]: https://github.com/thephpleague/html-to-markdown/compare/4.8.1...4.8.2
247256
[4.8.1]: https://github.com/thephpleague/html-to-markdown/compare/4.8.0...4.8.1
248257
[4.8.0]: https://github.com/thephpleague/html-to-markdown/compare/4.7.0...4.8.0
249258
[4.7.0]: https://github.com/thephpleague/html-to-markdown/compare/4.6.2...4.7.0

0 commit comments

Comments
 (0)