aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-10-10 23:40:41 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-10-10 23:40:41 -0700
commit01810a88c3d2d543b9819a70f51cdafbb5e6cd7c (patch)
tree41f8814a2d497548de5ee6c5558564f0f36b47f6 /changelog.md
parent47f4a1e77b7ebb22516d0a4b29f47818b91aafd7 (diff)
downloadpandoc-01810a88c3d2d543b9819a70f51cdafbb5e6cd7c.tar.gz
Note in changelog about the removal of implicit citation processing...
when the `--bibliography` option is used.
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 8e9a64cf6..d1775d3f6 100644
--- a/changelog.md
+++ b/changelog.md
@@ -41,6 +41,11 @@
directory) before resorting to HTTP. In addition, you may
omit the `.csl` extension, e.g. `--csl zoology`.
+ - Using the `--bibliography` option (or including
+ `bibliography` in YAML metadata) no longer triggers
+ citation processing implicitly: one must always use the
+ `--citeproc` option if citation processing is wanted.
+
* Add `csljson` as and input and output format. This allows pandoc
to convert between `csljson` and other bibliography formats
(e.g. `-f csljson -t markdown -s` or `-f bibtex -t csljson`),