aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-06-16 14:21:59 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-06-16 14:21:59 -0700
commit577eb2b1ae16fe505d6033202bc08b46ee6644e8 (patch)
tree560f0c3f6be04cb0b04da596178b0f34ed1b13e2
parent01ef573ac2f6620e9f70ae8965e5ccc664e3aec4 (diff)
parent260404542009c477aff4837a8d77bb727c75ee20 (diff)
downloadpandoc-577eb2b1ae16fe505d6033202bc08b46ee6644e8.tar.gz
Merge pull request #1339 from dfc/patch-1
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: