diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-04-28 21:02:34 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-04-28 21:02:34 -0700 |
commit | de0f0cf074d808ad4d807fb772bec6aef5bf1770 (patch) | |
tree | 9fde24a07f4911fe2e9644d89f00b6a15d8b802e | |
parent | a9673c96e8cdf930c7e2635950fce055a39af6a0 (diff) |
Updated changelog.txt.
-rw-r--r-- | changelog.txt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt index 15a3bf0..6537412 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,29 @@ +[0.19] + + * Fixed rules for `_`-based emphasis and strong emphasis (#317). + Previously `_(bar)_.` was not parsed as containing emphasis + because the closing delimiter is both left- and right- flanking. + This fix allows such delimiters, provided they're followed + by punctuation (i.e., they have punctuation on both sides). + Similarly, mutatis mutandis, for opening delimiters and for `__`. + * Clarified definitions of left-flanking and right-flanking (#310). + The spec now says explicitly that the beginning and end of line count + as whitespace for purposes of this definition. + * Clarified that a code fence followed by header line isn't a header (#306). + * Fixed alignment in flankingness examples (cosmetic). + * Fixed last "right flanking but not left flanking" example (#316). + * Fixed a broken link (Konstantin Zudov). + * Added link to list of implementations on wiki. + * Fixed mistake in examples of left/right flanking delimiters + (Konstantin Zudov). + * Spell out `iff` (if and only if) the first time it is used (#309). + * Fixed typos (isoroku, #309). + * Clarified wording for soft line break: newline can't be preceded + by two spaces or a backslash. + * Replaced some references to UTF-8 that should be to unicode. + * Fixed dingus link in tools/template.html. + * Replaced obsolete reference to `spec2md.pl` in spec (#304). + [0.18] * Added a shortcut link test with mismatched brackets (#282). |