From c1fe6c820a19f7e03b4ae14db122977b6ba6f6fd Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 23 Mar 2010 00:51:16 -0700 Subject: Updated changelog. --- changelog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/changelog b/changelog index 168695d30..a1f94adf3 100644 --- a/changelog +++ b/changelog @@ -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 ] -- cgit v1.2.3