summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex/RELEASE
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-11-30 23:38:12 +0000
committerKarl Berry <karl@freefriends.org>2012-11-30 23:38:12 +0000
commitfc70142f1e5e5eed2679e2b020b1d0ad711c7b96 (patch)
treea680d75a64fe634189272c2fb5d00332ff5c8210 /Master/texmf-dist/doc/latex/biblatex/RELEASE
parent527b9f18549ea63f103d64d47eb40d7b086a5e59 (diff)
biblatex 2.4 (27nov12)
git-svn-id: svn://tug.org/texlive/trunk@28404 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex/RELEASE')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex/RELEASE32
1 files changed, 32 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex/RELEASE b/Master/texmf-dist/doc/latex/biblatex/RELEASE
index f52473f346b..6dd58f4bd92 100644
--- a/Master/texmf-dist/doc/latex/biblatex/RELEASE
+++ b/Master/texmf-dist/doc/latex/biblatex/RELEASE
@@ -1,3 +1,35 @@
+RELEASE NOTES FOR VERSION 2.4
+
+* Biber version 1.4 is required for biblatex 2.4
+
+* New macro \DeclareStyleSourcemap for style authors who want to define source mappings which
+ are not changed by users using \DeclareSourcemap. Style maps so defined are run after user
+ mappings and before driver default mappings.
+
+* New RELATEDOPTIONS field giving more control over the exact options for related entry processing
+
+* INCOMPATIBLE CHANGE - \DeclareLabelname, \DeclareLabelTitle and \DeclareLabelyear now have
+ a different syntax in order to prepare for future multi-script support. The change is minor -
+ just wrap all fields in \field{} and don't use any commas to separate fields. For example, the
+ default definition of \DeclareLabelname was:
+
+ \DeclareLabelname{%
+ shortauthor,
+ author,
+ shorteditor,
+ editor,
+ translator}
+
+ and is now:
+
+ \DeclareLabelname{%
+ \field{shortauthor}
+ \field{author}
+ \field{shorteditor}
+ \field{editor}
+ \field{translator}
+ }
+
RELEASE NOTES FOR VERSION 2.3
* Biber version 1.3 is required for biblatex 2.3