summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md b/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md
index 1c4d3a29af1..06caa59f06e 100644
--- a/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md
+++ b/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md
@@ -1,3 +1,16 @@
+# Version 0.3 (2018-06-04)
+See https://github.com/moewew/biblatex-ext/compare/v0.2...v0.3
+- Added `titlecase:<titletype>` field formats for finer control over the title
+ casing. The standard styles have the catch-all format `titlecase`. This
+ bundle now has `titlecase:title`, `titlecase:booktitle`,
+ `titlecase:maintitle`, `titlecase:issuetitle` and `titlecase:journaltitle`.
+- Various documentation improvements.
+- Added toggle `bbx:introcite:plain:keeprelated` to choose not to suppress the
+ `introcite=plain` cite label for default related entries (other
+ `relatedtype`s may already suppress the cite label without chance of getting
+ it back).
+- Added `\jourvoldelim`, `\jourserdelim` and `\servoldelim`.
+
# Version 0.2 (2018-03-28)
See https://github.com/moewew/biblatex-ext/compare/v0.1a...v0.2
- Fixed indentation with `introcite=label`.