Skip to content

Commit df09d5b

Browse files
committed
Prepare to release 2.5.2
1 parent 393a451 commit df09d5b

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) princi
66

77
## [Unreleased][unreleased]
88

9+
## [2.5.2] - 2024-08-14
10+
11+
### Changed
12+
13+
- Boolean attributes now require an explicit `true` value (#1040)
14+
15+
### Fixed
16+
17+
- Fixed regression where text could be misinterpreted as an attribute (#1040)
18+
919
## [2.5.1] - 2024-07-24
1020

1121
### Fixed
@@ -614,8 +624,9 @@ No changes were introduced since the previous release.
614624
- Alternative 1: Use `CommonMarkConverter` or `GithubFlavoredMarkdownConverter` if you don't need to customize the environment
615625
- Alternative 2: Instantiate a new `Environment` and add the necessary extensions yourself
616626

617-
[unreleased]: https://github.com/thephpleague/commonmark/compare/2.5.1....main
618-
[2.5.1]: https://github.com/thephpleague/commonmark/compare/2.5.0....2.5.1
627+
[unreleased]: https://github.com/thephpleague/commonmark/compare/2.5.2...main
628+
[2.5.2]: https://github.com/thephpleague/commonmark/compare/2.5.1...2.5.2
629+
[2.5.1]: https://github.com/thephpleague/commonmark/compare/2.5.0...2.5.1
619630
[2.5.0]: https://github.com/thephpleague/commonmark/compare/2.4.4...2.5.0
620631
[2.4.4]: https://github.com/thephpleague/commonmark/compare/2.4.3...2.4.4
621632
[2.4.3]: https://github.com/thephpleague/commonmark/compare/2.4.2...2.4.3

0 commit comments

Comments
 (0)