aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Calvert <dfc@douglasfcalvert.net>2014-06-13 21:13:38 -0400
committerDouglas Calvert <dfc@douglasfcalvert.net>2014-06-13 21:13:38 -0400
commit260404542009c477aff4837a8d77bb727c75ee20 (patch)
tree98cecafe4b6e2f7969ddee57f33be968fb18a1a5
parent4b6e279e3acf01ace9831a9e98d76af92befe60f (diff)
downloadpandoc-260404542009c477aff4837a8d77bb727c75ee20.tar.gz
input fmt is org-citations its plural not singular
-rw-r--r--changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog b/changelog
index e012dabbf..fe3b1845b 100644
--- a/changelog
+++ b/changelog
@@ -17,7 +17,7 @@ pandoc (1.12.4.2)
+ 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.
+ be turned off by specifying `org-citations` as the input format.
* Markdown reader: