File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ project(cmark-gfm)
4
4
set (PROJECT_VERSION_MAJOR 0)
5
5
set (PROJECT_VERSION_MINOR 29)
6
6
set (PROJECT_VERSION_PATCH 0)
7
- set (PROJECT_VERSION_GFM 1 )
7
+ set (PROJECT_VERSION_GFM 2 )
8
8
set (PROJECT_VERSION ${PROJECT_VERSION_MAJOR} .${PROJECT_VERSION_MINOR} .${PROJECT_VERSION_PATCH} .gfm.${PROJECT_VERSION_GFM} )
9
9
10
10
include ("FindAsan.cmake" )
Original file line number Diff line number Diff line change
1
+ [0.29.0.gfm.2]
2
+ * Fixed issues with footnote rendering when used with the autolinker (#121),
3
+ and when footnotes are adjacent (#139).
4
+ * We now allow footnotes to be referenced from inside a footnote definition,
5
+ we use the footnote label for the fnref href text when rendering html, and
6
+ we insert multiple backrefs when a footnote has been referenced multiple
7
+ times (#229, #230)
8
+ * We added new data- attributes to footnote html rendering to make them
9
+ easier to style (#234)
10
+
1
11
[0.29.0.gfm.1]
2
12
3
13
* Fixed denial of service bug in GFM's table extension
You can’t perform that action at this time.
0 commit comments