diff options
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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 ] |