aboutsummaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-06-28 19:27:37 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-06-28 19:27:37 -0700
commit491393db570944464aba65a8a8f103f6b81b8b74 (patch)
tree4b51c92683282ee70084440a03c71bf8d2bdbcae /changelog
parent8a7895d3dea64749ffe55c874a37979a586b41e6 (diff)
downloadpandoc-491393db570944464aba65a8a8f103f6b81b8b74.tar.gz
Updated changelog.
Diffstat (limited to 'changelog')
-rw-r--r--changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog b/changelog
index 62afe7f5d..d8ec82ce5 100644
--- a/changelog
+++ b/changelog
@@ -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