Updated changelog.

This commit is contained in:
John MacFarlane 2010-03-23 00:51:16 -07:00
parent 666a51b7fc
commit c1fe6c820a

View file

@ -1,3 +1,20 @@
pandoc (1.5.1)
[ John MacFarlane ]
* Fixed treatment of unicode characters in URIs.
+ Export stringToURI from Shared. This is used in the HTML
writer for all URIs. It properly URI-encodes high
characters (> 127), leaving everything else (including
symbols and spaces) the same.
+ Modified unsanitaryURI to allow UTF8 characters in a URI.
* Setup.hs: Don't assume that the build directory is "dist."
Instead, get it from localBuildInfo.
* OpenDocument writer: Use a Map for stTextStyleAttr.
This avoids duplicates (and invalid xml).
pandoc (1.5.0.1)
[ John MacFarlane ]