aboutsummaryrefslogtreecommitdiff
path: root/changelog.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-03-03 21:55:18 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-03-03 21:55:18 -0800
commit59345485dcdeeb1147be16b96ae12cb710c572ea (patch)
treeed2c3dc74328a22eb60cef78082ef5c159e87458 /changelog.txt
parent91b87c6ecf10c21585f090f956cbc6ffd2c7a6a7 (diff)
Updated changelog.
Diffstat (limited to 'changelog.txt')
-rw-r--r--changelog.txt30
1 files changed, 30 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt
index 445edbb..15a3bf0 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,33 @@
+[0.18]
+
+ * Added a shortcut link test with mismatched brackets (#282).
+ * Added cases with newline whitespace around emphasis open delimiter
+ (#282).
+ * Added list item examples with no space after marker (#282).
+ * Added additional test showing backslash escapes don't work in
+ autolinks (#282).
+ * Added test for multiline title in reference definition (#282).
+ * Added a reference link definition test case (#282).
+ * Clarified that link titles can't contain blank lines (#271).
+ * Revised Rule 3 for list items (#275). Previously this just applied to
+ empty list items. It has been rewritten to apply to any list item
+ starting with a blank line, including items like:
+
+ -
+ ```
+ code
+ ```
+
+ * Added U+000B and U+000C as whitespace characters (#300).
+ * Added comment on sourcepos attribute format in DTD (#298).
+ * Use `--smart` option in producing HTML version of spec.
+ * Clarified that delimiter runs at beginning/end of line behave as
+ if preceded/followed by whitespace (#302).
+ * Ensure that URLs in examples have slash after domain.
+ This helps with #9, making these tests less sensitive to
+ the normalizer used.
+ * Fixed typo (Robin Stocker).
+
[0.17]
* Improved rule limiting intraword `_` for emphasis and strong emphasis.