diff options
author | Karl Berry <karl@freefriends.org> | 2013-10-27 22:52:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-10-27 22:52:35 +0000 |
commit | d3eed84270fbc4f6a6acb3f046b9d722110ce875 (patch) | |
tree | ba7f7db9515e44de491302efb65fbae3f6f90dcf /Master/texmf-dist/doc/latex/biblatex/RELEASE | |
parent | f85faa8bc11e179cbb70dbc4818fb575a3e9b955 (diff) |
biblatex (26oct13)
git-svn-id: svn://tug.org/texlive/trunk@32011 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 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex/RELEASE b/Master/texmf-dist/doc/latex/biblatex/RELEASE index 1d8582a70e7..230918b03b6 100644 --- a/Master/texmf-dist/doc/latex/biblatex/RELEASE +++ b/Master/texmf-dist/doc/latex/biblatex/RELEASE @@ -1,3 +1,22 @@ +RELEASE NOTES FOR VERSION 2.8 + +* Biber version 1.8 is required for biblatex 2.8 +* Polyglossia is now better supported +* The HYPHENATION field is now called LANGID. The old name still works for backwards compat. This + field does a lot more than just selecting hyphenation patterns and was misleading. +* New field LANGIDOPTS for Polyglossia users allows specification of + language-specific options (like variants such as "american" english and + babelshorthands etc.). See the biblatex-examples.bib file which has been + converted to use the new field names and fields. +* "babel" option renamed to "autolang". Old name generates a warning but + still works. Since Polyglossia support now basically works, this name is now + too package specific. There is a new value "langname" for this option + which is Polyglossia only and allows the use of the main polyglossia language + switching environment which can use the options given in the LANGIDOPTS field. +* New value "year" for "datelabel" option +* New internal field "datelabelsource" for package authors specifies which + date field the datelabel was generated from. + RELEASE NOTES FOR VERSION 2.7a * Bugfix release for 2.7 |