Updated changelog.
This commit is contained in:
parent
666a51b7fc
commit
c1fe6c820a
1 changed files with 17 additions and 0 deletions
17
changelog
17
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 ]
|
||||
|
|
Loading…
Reference in a new issue