diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-03-26 13:24:14 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-03-26 13:24:14 -0700 |
commit | 74c42c9eee645a4f65b19e74187876188f3e6a8a (patch) | |
tree | 1bcb5446f0bcff9c8dc3ef3234aa31dbf550398b /changelog.txt | |
parent | 284e544f1bce98558bc696caced656e565f31c08 (diff) |
Updated changelog.
Diffstat (limited to 'changelog.txt')
-rw-r--r-- | changelog.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt index 98645a9..77341b5 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,13 @@ +[0.25.2] + + * Open files in binary mode (#113, Nick Wellnhofer). Now that cmark + supports different line endings, files must be openend in binary mode + on Windows. + * Reset `partially_consumed_tab` on every new line (#114, Nick Wellnhofer). + * Handle buffer split across a CRLF line ending (#117). Adds an internal + field to the parser struct to keep track of `last_buffer_ended_with_cr`. + Added test. + [0.25.1] * Release with no code changes. cmark version was mistakenly set to |