Skip to content

Commit 2fc7731

Browse files
authored
Merge pull request #474 from gjtorikian/release/v2.9.0
[skip test] Release v2.9.0
2 parents cc220cb + 29d0c80 commit 2fc7731

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [v2.9.0] - 13-07-2026
2+
## What's Changed
3+
* Fix i686 with u32 parsing hack by @kivikakk in https://github.com/gjtorikian/commonmarker/pull/471
4+
* feat: Upgrade to comrak 0.54 with math_latex + alert_style options, and changed header_ids by @gjtorikian in https://github.com/gjtorikian/commonmarker/pull/472
5+
6+
⚠️ The heading anchor markup changed (from upstream). The `id` now lives on the heading element and the anchor moved to the end with `aria-label` + `data-heading-content`, replacing the leading `aria-hidden` link. CSS/JS targeting the old markup will be affected. See https://github.com/kivikakk/comrak/pull/808 for more information.
7+
8+
9+
**Full Changelog**: https://github.com/gjtorikian/commonmarker/compare/v2.8.3...v2.9.0
110
# [v2.8.3] - 03-07-2026
211
## What's Changed
312
* Bump actions/checkout from 6 to 7 by @dependabot[bot] in https://github.com/gjtorikian/commonmarker/pull/464

0 commit comments

Comments
 (0)