summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'changelog')
-rw-r--r--changelog30
1 files changed, 30 insertions, 0 deletions
diff --git a/changelog b/changelog
index 168695d30..6e47d24ae 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,33 @@
+pandoc (1.5.1.1)
+
+ [ John MacFarlane ]
+
+ * Fixed uniqueIdent in Shared so that header identifiers work as
+ advertized in the README and are are valid XHTML names.
+
+pandoc (1.5.1)
+
+ [ John MacFarlane ]
+
+ * Fixed treatment of unicode characters in URIs.
+ + Shared now exports escapeURI and unescapeURI. These handle
+ UTF8 encoding and decoding as well as URI escaping/unescaping.
+ + Shared: uri and emailAddress now return a pair of the original
+ parsed text and the escaped URI (in the latter case, with
+ the mailto: prefix).
+ + HTML reader: unsanitaryURI has been modified to allow unicode
+ high characters in a URI.
+ + Readers: All link and image URIs are now escaped using
+ escapeURI.
+ + Markdown and RST writers: unescapeURI is used so that URIs
+ in these formats are human-readable.
+
+ * 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). Resolves Issue #222.
+
pandoc (1.5.0.1)
[ John MacFarlane ]