diff --git a/CHANGELOG.md b/CHANGELOG.md index e01ae6a0..efe655fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [v2.9.0] - 13-07-2026 +## What's Changed +* Fix i686 with u32 parsing hack by @kivikakk in https://github.com/gjtorikian/commonmarker/pull/471 +* 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 + +⚠️ 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. + + +**Full Changelog**: https://github.com/gjtorikian/commonmarker/compare/v2.8.3...v2.9.0 # [v2.8.3] - 03-07-2026 ## What's Changed * Bump actions/checkout from 6 to 7 by @dependabot[bot] in https://github.com/gjtorikian/commonmarker/pull/464