summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex/RELEASE
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex/RELEASE')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex/RELEASE20
1 files changed, 16 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex/RELEASE b/Master/texmf-dist/doc/latex/biblatex/RELEASE
index 011ec39a266..f77b69cc67d 100644
--- a/Master/texmf-dist/doc/latex/biblatex/RELEASE
+++ b/Master/texmf-dist/doc/latex/biblatex/RELEASE
@@ -1,3 +1,14 @@
+RELEASE NOTES FOR VERSION 3.2
+
+* Biber version 2.3 is required for biblatex 3.2
+* New label generation options which allow fine-tuning of how name prefices
+ are handled (see pstrwidth and pcompound options in documentation).
+* Some internals have changed regarding prefix space handling in names.
+ This shouldn't impact normal users but hackers please not that
+ \blx@sf@apo has been renamed to \blx@sf@prefixchar to better suit the new
+ \DeclarePrefChars command. Also note that in the standard name printing
+ macros, \ifpunctmark{'} has been replaced by the more general \ifprefchar.
+
RELEASE NOTES FOR VERSION 3.1
* Biber version 2.2 is required for biblatex 3.1
@@ -15,9 +26,10 @@ RELEASE NOTES FOR VERSION 3.0
\begin{refcontext}\end{refcontext} environment. This allows the sorting
list context wider scope over citations etc. too. For example, some
information in citations like extrayear depends on the sort list order
- but until this version, citation sorting was always determined by the global sort
- list. Therefore it was not too difficult to get into a situation where
- citations were incorrect for a bibliography list with a defined sorting scheme:
+ but until this version, citation sorting was always determined by the
+ global sorting specification. Therefore it was not too difficult to get
+ into a situation where citations were incorrect for a bibliography list
+ with a defined sorting scheme:
\usepackage[sorting=nty]{biblatex}
\cite{test1}
@@ -58,7 +70,7 @@ RELEASE NOTES FOR VERSION 3.0
* When a bibliography field is declared as a "name" field in the data
model, all options and counters to decide whether to use it or not are
automatically created. This effectively extends the existing "useauthor"
- and "useeditor" options to all data mode name fields automatically. These
+ and "useeditor" options to all data model name fields automatically. These
options are now just special cases of the general data model name
handling mechanism.