diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-06-07 13:21:35 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-06-07 13:21:35 -0700 |
commit | 1ff06bba7850e91583766c0b9942f8f8b5238e6b (patch) | |
tree | 506d813a82ca6b11aa23c93bd2c3b125e7c269b4 | |
parent | 85e66b8d590b52af77aaaeb99c2d54abba130a52 (diff) |
Updated changelog.
-rw-r--r-- | changelog.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt index fab01f9..23c7b53 100644 --- a/changelog.txt +++ b/changelog.txt @@ -8,6 +8,10 @@ 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.) + * Define "space." + * Revise "non-space character". Previously a non-space character + was defined as anything but a space (U+0020). Now it is anything + that is not a whitespace character (as defined in the spec). * Added a test case with `#` directly followed by a letter (not an ATX header). * Added two test cases illustrating that a list at the |