summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2014-01-09 22:54:32 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2014-01-09 22:54:32 -0800
commitc1c525758923c1678ebede77e7a7908ad6e27898 (patch)
tree4d32ca691c581ac617da56f7309516668846115c /changelog
parentb4b16d57865b1d951be79f04f8ad41fb70544077 (diff)
Updated changelog.
Diffstat (limited to 'changelog')
-rw-r--r--changelog11
1 files changed, 11 insertions, 0 deletions
diff --git a/changelog b/changelog
index 755b60b5a..838353a22 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,5 @@
+pandoc (1.12.3)
+
* The `--bibliography` option now sets the `biblio-files` variable.
So, if you're using `--natbib` or `--biblatex`, you can just use
`--bibliography=foo.bib` instead of `-V bibliofiles=foo`.
@@ -97,6 +99,13 @@
* `Text.Pandoc.MIME`: Added `wmf`, `emf`.
+ * `Text.Pandoc.Shared`: `fetchItem` now handles image URLs beginning
+ with `//`.
+
+ * `Text.Pandoc.ImageSize`: Parse EXIF format JPEGs. Previously
+ we could only get size information for JFIF format, which led
+ to squished images in Word documents. Closes #976.
+
* Removed old `MarkdownTest_1.0.3` directory (#1104).
pandoc (1.12.2.1)
@@ -223,6 +232,8 @@ pandoc (1.12.2)
+ Yaml block must start immediately after `---`. If there's a blank
line after `---`, we interpreted it as a horizontal rule.
+ Correctly handle empty bullet list items.
+ + Citation keys may now start with underscores, and may contain
+ underscores adjacent to internal punctuation.
+ Stop parsing "list lines" when we hit a block tag.
This fixes exponential slowdown in certain input, e.g.
a series of lists followed by `</div>`.