diff options
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. |