Updated changelog.

This commit is contained in:
John MacFarlane 2012-06-28 19:27:37 -07:00
parent 8a7895d3de
commit 491393db57

View file

@ -23,6 +23,9 @@ pandoc (1.9.4.2)
* ConTeXt writer: Don't escape `&`, `^`, `<`, `>`, `_`,
simplified escapes for `}` and `{` to `\{` and `\}` (Aditya Mahajan).
* Fixed handling of absolute URLs in CSS imports with `--self-contained`.
Closes #535.
* Added webm to mime types. Closes #543.
* Added some missing exports and tests to the cabal file