aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-11-18 21:00:43 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2016-11-18 21:00:43 +0100
commit062d8228a970e8cfe5ef77ee842ae4d9066f4fb8 (patch)
treed1540fa84fda1e8e413c1f27b1b5c0b80ad76886
parent3836f30f2e1f378c7273ba21a74e2fca7feeba70 (diff)
Update changelog.
-rw-r--r--changelog.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt
index 1b94ed5..4ba1783 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,23 @@
+[0.27]
+
+ * Update statement on blank lines and lists (Jesse Rosenthal).
+ The definition of a list still said that "two blank lines end all
+ containing lists." That rule has been removed.
+ * Clarify that the exception for ordered lists only applies to first
+ item in list (#420).
+ * Added cases clarifying precedence of shortcut links (#427).
+ * Added h2..h6 to block tag list (#430).
+ * Remove duplicated test (Maxim Dikun). Tests 390 and 391 were the same.
+ * Use fenced code blocks for markdown examples that are not test cases
+ for uniformity.
+ * Added closing paren (#428).
+ * Test suite: Don't mess up on examples with 32 backticks (#423).
+ * Removed duplicate reference to "container block".
+ * Add examples for Unicode whitespace (Timothy Gu). In light of
+ jgm/commonmark.js#107, add a few examples/test cases to make sure the
+ distinction between Unicode whitespace and regular whitespace is kept.
+ * Fix missing closing paren typo (Robin Stocker).
+
[0.26]
* Empty list items can no longer interrupt a paragraph.