Skip to content

Commit 1073224

Browse files
committed
Prepare to release 2.7.1
1 parent 00f2f51 commit 1073224

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased][unreleased]
88

9-
## [2.7.0]
9+
## [2.7.1] - 2025-07-20
10+
11+
### Changed
12+
- Optimized several regular expressions in `RegexHelper` to improve performance (#674, #1086)
13+
14+
### Fixed
15+
- `EmbedProcessor` no longer calls `updateEmbeds()` when there are no embeds to update (#1081)
16+
- Fixed missing `benchmark.php` CSV path validation for non-existent files (#1068, #1085)
17+
18+
## [2.7.0] - 2025-05-05
1019

1120
This is a **security release** to address a potential cross-site scripting (XSS) vulnerability when using the `AttributesExtension` with untrusted user input.
1221

@@ -700,7 +709,8 @@ No changes were introduced since the previous release.
700709
- Alternative 1: Use `CommonMarkConverter` or `GithubFlavoredMarkdownConverter` if you don't need to customize the environment
701710
- Alternative 2: Instantiate a new `Environment` and add the necessary extensions yourself
702711

703-
[unreleased]: https://github.com/thephpleague/commonmark/compare/2.7.0...HEAD
712+
[unreleased]: https://github.com/thephpleague/commonmark/compare/2.7.1...HEAD
713+
[2.7.1]: https://github.com/thephpleague/commonmark/compare/2.7.0...2.7.1
704714
[2.7.0]: https://github.com/thephpleague/commonmark/compare/2.6.2...2.7.0
705715
[2.6.2]: https://github.com/thephpleague/commonmark/compare/2.6.1...2.6.2
706716
[2.6.1]: https://github.com/thephpleague/commonmark/compare/2.6.0...2.6.1

0 commit comments

Comments
 (0)