From acc577fd2ababf8575f870bf08b855e9dd5b3278 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 7 Jun 2015 03:05:02 +0200 Subject: Updated changelog. --- changelog.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'changelog.txt') diff --git a/changelog.txt b/changelog.txt index 6537412..fab01f9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,21 @@ +[0.20] + + * Require at least one nonspace character in a link label (#322). + * Require replacement (rather than omission) of U+0000 (#327). + * Clarify that entities resolving to U+0000 are to be + replaced by U+FFFD (#323). + * Removed statement that what counts as a line ending is + platform-dependent (#326). We now count `\r`, `\n`, + or `\r\n` as a line ending regardless of the platform. + (The line ending styles can even be mixed in a single document.) + * Added a test case with `#` directly followed by a letter + (not an ATX header). + * Added two test cases illustrating that a list at the + outer level can have items that are indented by more + than four spaces (see commonmark.js#42 and + ). + * Fixed typo in emphasis examples. + [0.19] * Fixed rules for `_`-based emphasis and strong emphasis (#317). -- cgit v1.2.3