From 539abb59e890834636dfe57ebb499f4eb5cc4e8d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 14 Jan 2015 22:59:06 -0800 Subject: Added changelog.c.txt and js/changelog.js.txt. --- changelog.c.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 changelog.c.txt (limited to 'changelog.c.txt') diff --git a/changelog.c.txt b/changelog.c.txt new file mode 100644 index 0000000..03917b1 --- /dev/null +++ b/changelog.c.txt @@ -0,0 +1,17 @@ +[0.16] + + * Added xml renderer (XML representation of the CommonMark AST, + which is described in `CommonMark.dtd`). + * Reduced size of gperf entity table (Nick Wellnhofer). + * Reworked iterators to allow deletion of nodes during iteration + (Nick Wellnhofer). + * Optimized `S_is_leaf`. + * Added `cmark_iter_reset` to iterator API. + * Added `cmark_consolidate_text_nodes` to API to combine adjacent + text nodes. + * Added `CMARK_OPT_NORMALIZE` to options (this combines adjacent + text nodes). + * Added `--normalize` option to command-line program. + * Improved regex for HTML comments in inline parsing. + * Python is no longer required for a basic build from the + repository. -- cgit v1.2.3