summaryrefslogtreecommitdiff
path: root/biblio/biber/documentation/Changes
diff options
context:
space:
mode:
Diffstat (limited to 'biblio/biber/documentation/Changes')
-rw-r--r--biblio/biber/documentation/Changes19
1 files changed, 19 insertions, 0 deletions
diff --git a/biblio/biber/documentation/Changes b/biblio/biber/documentation/Changes
index 1a13ebd07e..92b2d9b802 100644
--- a/biblio/biber/documentation/Changes
+++ b/biblio/biber/documentation/Changes
@@ -1,5 +1,24 @@
Revision history for Biber
+2.14 (2019-12)
+ * XDATA now supports granular references so that specific
+ fields/items in a list field may be used and inserted into
+ fields/list positions. This allow, for example, re-use of names
+ from a general XDATA entry containing data about authors. See the
+ biblatex documentation.
+ * Remote Zotero data source requests now send correct header
+ * Annotations are now correctly output for related entries
+ * Better sorting of some name edge cases
+ * New map_entrykey_* mapping verbs
+ * New options --noremove-tmp-dir and --show-tmp-dir to disable of
+ removal on exit and showing location of temporary directory used for
+ intermediate data. Useful for debugging.
+ * Tool mode now accepts multiple data files on the command-line so
+ that data can be spread over several files (e.g. main bib and
+ crossrefs can be kept in separate files)
+ * Biber no longer uses Text::BibTeX/btparse to generation initials
+ from names in normal name parsing mode because it can't handle
+ some Unicode situations.
2.13 (2019-08-13)
* biber now exits with error on some very malformed names instead of
skipping them as this can lead to data loss in bibliographies.