diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2014-05-14 13:46:18 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2014-05-14 13:46:18 -0700 |
commit | 8b9fafc0e482617c9b0011c8ddb672c6b272f247 (patch) | |
tree | 6c8e23a787a1e309cad12d72ffd601ef9913df26 | |
parent | cf533a1c2c88607ca57fb20325a9d121f8426a00 (diff) | |
download | pandoc-8b9fafc0e482617c9b0011c8ddb672c6b272f247.tar.gz |
Updated changelog.
-rw-r--r-- | changelog | 24 |
1 files changed, 21 insertions, 3 deletions
@@ -1,4 +1,4 @@ -pandoc (1.12.4.1) +pandoc (1.12.4.2) * Require highlighting-kate >= 0.5.8. Fixes a performance regression. @@ -16,13 +16,31 @@ pandoc (1.12.4.1) + Support code block headers (`#+BEGIN_SRC ...`) (Albert Krewinkel). + Fix parsing of blank lines within blocks (Albert Krewinkel). + + Support pandoc citation extension (Albert Krewinkel). This can + be turned off by specifying `org-citation` as the input format. + + * Markdown reader: + + + `citeKey` moved to `Text.Pandoc.Parsing` so it can be used by + other readers (Albert Krewinkel). + + * `Text.Pandoc.Parsing`: + + + Added `citeKey` (see above). + + Added `HasLastStrPosition` type class and `updateLastStrPos` + and `notAfterString` functions. * Updated copyright notices (Albert Krewinkel). * Added default.icml to data files so it installs with the package. - * Moved OSX package materials to osx directory. Added uninstall - script (thanks to Daniel T. Staal). + * OSX package: + + + The binary is now built with options to ensure that it can be + used with OSX 10.6+. + + Moved OSX package materials to osx directory. + + Added OSX package uninstall script, included in the zip container + (thanks to Daniel T. Staal). pandoc (1.12.4) |