Skip to content

Commit b2d5581

Browse files
committed
Prepare for 3.0 release
1 parent 5fb3587 commit b2d5581

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,14 @@ All notable changes to this project will be documented in this file.
33
Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
44

55
## [Unreleased][unreleased]
6+
7+
## [3.0.0]
68
### Changed
9+
- Changed namespace to `League\HTMLToMarkdown`
10+
- Changed packagist name to `league/html-to-markdown`
11+
- Re-organized code into several separate classes
712
- `<a>` tags with identical href and inner text are now rendered using angular bracket syntax (#31)
13+
- `<div>` elements are now treated as block-level elements (#33)
814

915
## [2.2.2]
1016
### Added
@@ -70,7 +76,8 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
7076
### Added
7177
- Initial release
7278

73-
[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/2.2.2...master
79+
[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/3.0.0...master
80+
[3.0.0]: https://github.com/thephpleague/html-to-markdown/compare/2.2.2...3.0.0
7481
[2.2.2]: https://github.com/thephpleague/html-to-markdown/compare/2.2.1...2.2.2
7582
[2.2.1]: https://github.com/thephpleague/html-to-markdown/compare/2.2.0...2.2.1
7683
[2.2.0]: https://github.com/thephpleague/html-to-markdown/compare/2.1.2...2.2.0

0 commit comments

Comments
 (0)