changelog: Added some citation-related entries.

These properly relate to pandoc-citeproc, but will be of
interest to pandoc users.
This commit is contained in:
John MacFarlane
2013-09-14 17:49:24 -07:00
parent 8a917cd9e4
commit eea28a484f
+5
View File
@@ -500,6 +500,11 @@
space, as was done before for not-author-in-text citations).
The result is that `\citep[23]{item1}` in LaTeX will be interpreted
properly, with '23' treated as a locator of type 'page'.
+ Many improvements to citation rendering, due to fixes in citeproc-hs
(thanks to Andrea Rossato).
+ Warnings are issued for undefined citations, which are rendered
as `???`.
+ Fixed hanging behavior when locale files cannot be found.
[template changes]