- Commit
- 9988c150959c56cee045ea3f7eb2492d34016c52
- Parent
- 2adadab5ce2e01c76f00c94ad7d78117e22d29d4
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Updated changelog.
My personal build of CMark ✏️
Updated changelog.
1 file changed, 10 insertions, 0 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | changelog.txt | 10 | 10 | 0 |
diff --git a/changelog.txt b/changelog.txt @@ -1,3 +1,13 @@ +[0.18.3] + + * Include patch level in soname (Nick Wellnhofer). Minor version is + tied to spec version, so this allows breaking the ABI between spec + releases. + * Install compiler-provided system runtime libraries (Changjiang Yang). + * Use `strbuf_printf` instead of `snprintf`. `snprintf` is not + available on some platforms (Visual Studio 2013 and earlier). + * Fixed memory access bug: "invalid read of size 1" on input `[link](<>)`. + [0.18.2] * Added commonmark renderer: `cmark_render_commonmark`. In addition