aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2010-03-23 00:51:16 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2010-03-23 00:51:16 -0700
commitc1fe6c820a19f7e03b4ae14db122977b6ba6f6fd (patch)
tree46a41ec1e19490877fd25e4f37dd07d1a85093be
parent666a51b7fca41c28620959a729dde38a9cdbf813 (diff)
downloadpandoc-c1fe6c820a19f7e03b4ae14db122977b6ba6f6fd.tar.gz
Updated changelog.
-rw-r--r--changelog17
1 files changed, 17 insertions, 0 deletions
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 ]