summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex/CHANGES.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-12-09 03:01:30 +0000
committerNorbert Preining <norbert@preining.info>2019-12-09 03:01:30 +0000
commitd1cebb67c836ee110bdbd3aeb622675df479c993 (patch)
tree173421290b36cb9fc36caebc2eaebd0dcf9e2eba /macros/latex/contrib/biblatex/CHANGES.md
parent1145b1140897e4557181755793cb5998f8255f2c (diff)
CTAN sync 201912090301
Diffstat (limited to 'macros/latex/contrib/biblatex/CHANGES.md')
-rw-r--r--macros/latex/contrib/biblatex/CHANGES.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/macros/latex/contrib/biblatex/CHANGES.md b/macros/latex/contrib/biblatex/CHANGES.md
index 437b096306..73848adcd2 100644
--- a/macros/latex/contrib/biblatex/CHANGES.md
+++ b/macros/latex/contrib/biblatex/CHANGES.md
@@ -1,10 +1,19 @@
+# RELEASE NOTES FOR VERSION 3.14
+- biber from version 2.14 has extended, granular XDATA functionality to
+ allow referencing from and to parts of fields. This makes XDATA entries into
+ more general data sharing containers.
+- `biblatex` now interfaces with `polyglossia` much better and can deal
+ with language variants.
+ Note that `polyglossia` v1.45 (2019/10/27) is required for this
+ to work properly, it is strongly recommended to update `polyglossia`
+ to this or a later (current) version.
# RELEASE NOTES FOR VERSION 3.13
- **INCOMPATIBLE CHANGE** Any custom per-entry options in datasources must
be defined with `\DeclareEntryOption` in order for biber to recognise
them and pass them out in the `.bbl`.
This should not adversely affect any code using the documented
`\Decalare...Option` interface, so should be uncritical for most users.
-- Add `\DeclareBiblatexOption` as a convenient interface to declare the same
+- Added `\DeclareBiblatexOption` as a convenient interface to declare the same
option in different scopes. This should help avoid code duplication.
For example
```