Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
Updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Nov 13, 2015
1 parent 0e83d15 commit 7e42519
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
pandoc-citeproc (0.8.1)

* Improved performance in bibtex cross-reference resolution (#190).
* Take 'form' for date-part elements from date if not specified (#116).
Previously if the 'form' were unspecified in a date-part
element, it would go to the default 'long', even if the
date as a whole was 'numeric'.
* Transform only uppercase ASCII letters in titlecase transform.
This helps us pass one more citeproc test case.
* Cleaned up locator parsing code.
* Allow roman numeral locators (#173.
* Fixed missing dash between months in date ranges (#175).
* Fixed `strip-periods` (#185).
* Parse supplementary fields in CSL JSON "note" fields (#94).
* Support more biblatex markup in converting biblatex bibliographies:
`mkbibemph`, `mkbibitalic`, `mkbibbold`, `mkbibparens`, `mkbibbrackets`,
`autocap` (Nick Bart, #26). Treat reviews as articles.
* Add biblatex keys for additional languages (Nick Bart).
* Use HTTPS for DOI resolver (Andrew Dunning).
* Add biblatex keys for additional languages (Nick Bart):
ca-AD, da-DK, es-ES, fi-FI, it-IT, nl-NL, pl-PL, pt-PT, pt-BR, sv-SE

pandoc-citeproc (0.8.0.1)

* Allow aeson 0.10.x (Felix Yan).
Expand Down

0 comments on commit 7e42519

Please sign in to comment.