summaryrefslogtreecommitdiff
path: root/changelog.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-04-01 09:25:47 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-04-01 09:25:47 -0700
commit9988c150959c56cee045ea3f7eb2492d34016c52 (patch)
tree74611da547a2241dc0878909a993e4fafd3229e4 /changelog.txt
parent2adadab5ce2e01c76f00c94ad7d78117e22d29d4 (diff)
Updated changelog.
Diffstat (limited to 'changelog.txt')
-rw-r--r--changelog.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt
index c6cd50a..2ac61d6 100644
--- 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