diff options
author | Karl Berry <karl@freefriends.org> | 2013-05-09 23:01:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-05-09 23:01:42 +0000 |
commit | 8542531ab70ed2628cb4e1c8674fee9821f81c6a (patch) | |
tree | 013384ef6495b9f19cd419d89b270b2b2570402a /Master/texmf-dist/doc/latex/biblatex/RELEASE | |
parent | 3316f6f00b0df5fa5871c2c3c1214501eced9b7a (diff) |
biblatex 2.6 (9may13)
git-svn-id: svn://tug.org/texlive/trunk@30358 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex/RELEASE')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex/RELEASE | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex/RELEASE b/Master/texmf-dist/doc/latex/biblatex/RELEASE index e6558181d28..5c55e0ffaf5 100644 --- a/Master/texmf-dist/doc/latex/biblatex/RELEASE +++ b/Master/texmf-dist/doc/latex/biblatex/RELEASE @@ -1,6 +1,21 @@ +RELEASE NOTES FOR VERSION 2.6 + +* Biber version 1.6 is required for biblatex 2.6 + +* INCOMPATIBLE CHANGE - \DeclareLabelyear is now \DeclareLabeldate so + that the extra fields labelmonth and labelday can be generated by + biber. The 'labelyear' package option is now called 'labeldate'. The + old names will work but will generate warnings. The default + definition for \DeclareLabeldate in biblatex.def results in the same + behaviour as with the old \DeclareLabelyear. + +* Localised and fixed string fallbacks now possible as values for labelyear field + +* Cyclic and cascading RELATED entries now working properly. + RELEASE NOTES FOR VERSION 2.5 -* Biber version 1.5 is required for biblatex 2.5 +* Biber version 1.5 is required for biblatex 2.5 * New sourcemap step "entrynull" can be used to completely skip an entry. |