diff options
author | John MacFarlane <jgm@berkeley.edu> | 2010-07-23 23:35:53 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2010-07-23 23:35:53 -0700 |
commit | dd90cff41f718247f32d041ce95bcaffd0858535 (patch) | |
tree | eba40a29720a3f7e0e428e0dc100dc66ffe7fff6 /changelog | |
parent | 201592ddd1fa704805203a7ff58740ef322ed4ca (diff) | |
download | pandoc-dd90cff41f718247f32d041ce95bcaffd0858535.tar.gz |
Removed unnecessary item in changelog.
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -172,10 +172,6 @@ pandoc (1.6) + Added (but not yet exported) readTeXMath', which returns a Maybe. + Updated tests - * Changed to using strict bytestrings in UTF8 module. This avoids a - problem on Windows reading from stdin. Previously we'd get an error - from hGetBufNonBlocking. - * In parsing smart quotes, leave unicode curly quotes alone. Resolves Issue #143. |