Skip to content

Commit 43c6111

Browse files
committed
Prepare to release 2.8.0
1 parent 5ebf420 commit 43c6111

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased][unreleased]
88

9+
## [2.8.0] - 2025-11-26
10+
911
### Added
1012
- Added a new `HighlightExtension` for marking important text using `==` syntax (#1100)
1113

14+
### Fixed
15+
- Fixed `AutolinkExtension` incorrectly matching URLs after invalid `www.` prefix (#1095, #1103)
16+
1217
## [2.7.1] - 2025-07-20
1318

1419
### Changed
@@ -712,7 +717,8 @@ No changes were introduced since the previous release.
712717
- Alternative 1: Use `CommonMarkConverter` or `GithubFlavoredMarkdownConverter` if you don't need to customize the environment
713718
- Alternative 2: Instantiate a new `Environment` and add the necessary extensions yourself
714719

715-
[unreleased]: https://github.com/thephpleague/commonmark/compare/2.7.1...HEAD
720+
[unreleased]: https://github.com/thephpleague/commonmark/compare/2.8.0...HEAD
721+
[2.8.0]: https://github.com/thephpleague/commonmark/compare/2.7.1...2.8.0
716722
[2.7.1]: https://github.com/thephpleague/commonmark/compare/2.7.0...2.7.1
717723
[2.7.0]: https://github.com/thephpleague/commonmark/compare/2.6.2...2.7.0
718724
[2.6.2]: https://github.com/thephpleague/commonmark/compare/2.6.1...2.6.2

RELEASE_CHECKLIST.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
- [ ] Update the relevant documentation in `./docs/`
1414
- [ ] Remember to note the upgrade changes in the docs too
15-
- [ ] If releasing a new major or minor version, make sure to clone the previous one and make the necessary changes. This will allow people to submit new features to the dev-main version. Don't forget to update version numbers in project.yml! And update the redirects too. Especially for /security/.
1615
- [ ] Build and preview the docs locally
1716

1817
## Release

docs/2.x/upgrading.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ redirect_from:
1616

1717
# Upgrading to Newer Versions
1818

19+
## Upgrading from 2.7 to 2.8
20+
21+
There are no breaking changes when upgrading from 2.7 to 2.8.
22+
1923
## Upgrading from 2.6 to 2.7
2024

2125
There are no breaking changes when upgrading from 2.6 to 2.7.

0 commit comments

Comments
 (0)