diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-03-24 22:34:00 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-03-24 22:34:00 -0700 |
commit | f52b29bde48e39f19d1c83b1cafd813ca7be04da (patch) | |
tree | 094700f5d6eb122899343f6fb39012b4d3fa4517 | |
parent | 1b53a2adccecd8226138680485876a352a705bbb (diff) |
Updated changelog.
-rw-r--r-- | changelog.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt index a3b63af..b229975 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,13 @@ +[0.25] + + * Added several more tab-handling cases (see jgm/cmark#101). + * Fixed spec test for tabs. In the blockquote with a tab following + the `>`, only one space should be consumed, yielding two spaces + at the beginning of the content. + * Update license year range to 2016 (Prayag Verma). + * Fixed typo: setext heading line -> setext heading underline (#389). + * Fixed date 2015->2016 (#388) + [0.24] * New format for spec tests, new lua formatter for specs. |