You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,24 @@ Categories to use in this document, and the order in which to give them:
11
11
* Build changes
12
12
* Behind the scenes
13
13
14
-
# [v0.44.0] - unreleased
14
+
15
+
# [v0.44.0] - 2025-10-14
16
+
17
+
Parser changes:
18
+
19
+
* Autolink validation is now stricter in the default mode, to maintain conformance with the GitHub Flavored Markdown autolinks extension spec. Those parses which previously worked but no longer do --- such as `http://localhost` (!), `www.com` (!?), or `https://` (!?!) --- are now part of the `relaxed_autolinks` option. See more discussion in the PR. (by @chamlis in https://github.com/kivikakk/comrak/pull/618)
20
+
21
+
New APIs:
22
+
23
+
* You can write footnotes with their body inline by enabling the `inline_footnotes` extension and using the syntax `^[footnote content]` (by @sheremetyev in https://github.com/kivikakk/comrak/pull/619)
24
+
25
+
## New Contributors
26
+
27
+
*@sheremetyev made their first contribution in https://github.com/kivikakk/comrak/pull/619
28
+
*@chamlis made their first contribution in https://github.com/kivikakk/comrak/pull/618
0 commit comments