Skip to content

Commit 63adb92

Browse files
committed
Prepare to release 4.8.3
1 parent a2184bb commit 63adb92

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

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

55
## [Unreleased][unreleased]
66

7+
## [4.8.3] - 2019-10-31
8+
### Fixed
9+
- Fixed whitespace preservation around `<code>` tags (#174, #178)
10+
711
## [4.8.2] - 2019-08-02
812
### Fixed
913
- Fixed headers not being placed onto a new line in some cases (#172)
@@ -251,7 +255,8 @@ not ideally set, so this releases fixes that. Moving forwards this should reduce
251255
### Added
252256
- Initial release
253257

254-
[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/4.8.2...master
258+
[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/4.8.3...master
259+
[4.8.3]: https://github.com/thephpleague/html-to-markdown/compare/4.8.2...4.8.3
255260
[4.8.2]: https://github.com/thephpleague/html-to-markdown/compare/4.8.1...4.8.2
256261
[4.8.1]: https://github.com/thephpleague/html-to-markdown/compare/4.8.0...4.8.1
257262
[4.8.0]: https://github.com/thephpleague/html-to-markdown/compare/4.7.0...4.8.0

0 commit comments

Comments
 (0)