From d812036182ec69f2a1c48175e89393a289228c96 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 28 Jun 2012 09:48:31 -0700 Subject: [PATCH] Updated changelog. --- changelog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog b/changelog index c18ff5498..62afe7f5d 100644 --- a/changelog +++ b/changelog @@ -23,6 +23,8 @@ pandoc (1.9.4.2) * ConTeXt writer: Don't escape `&`, `^`, `<`, `>`, `_`, simplified escapes for `}` and `{` to `\{` and `\}` (Aditya Mahajan). + * Added webm to mime types. Closes #543. + * Added some missing exports and tests to the cabal file (Alexander V Vershilov).