summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex/CHANGES.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/biblatex/CHANGES.md')
-rw-r--r--macros/latex/contrib/biblatex/CHANGES.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/macros/latex/contrib/biblatex/CHANGES.md b/macros/latex/contrib/biblatex/CHANGES.md
index c8d35de4ec..3bcc0e66d6 100644
--- a/macros/latex/contrib/biblatex/CHANGES.md
+++ b/macros/latex/contrib/biblatex/CHANGES.md
@@ -1,3 +1,19 @@
+# RELEASE NOTES FOR VERSION 3.20
+- Added new option settings `minyearinit` and `minyearfull` for
+ `uniquename`
+- Added `\DeclareNamehashTemplate` and supporting macros to allow
+ customisation of the nameparts used in name hash construction.
+- Added facility for custom namehash ids in extended name format.
+- Added new field 'fullhashraw'.
+- Added `\@doendpe` and `\par` call to `\printbibliography` and
+ `\printbiblist`.
+ This means that `\printbibliography` and `\printbiblist`
+ now force text after them to start a new paragraph.
+ This is probably usually desired. Since most people will use
+ bibliography environments that come with an implicit `\par`
+ or at least a new line, this should hopefully not change the output
+ in too many cases.
+
# RELEASE NOTES FOR VERSION 3.19
- Added `\AtNextRefsection`.
- Added `\DeclareExtradateContext`.