diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md b/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md index c317295d773..2aa2f2c4e15 100644 --- a/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md +++ b/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md @@ -1,5 +1,19 @@ # Changelog + +## Version 0.8e (2020-05-05) + +See <https://github.com/moewew/biblatex-ext/compare/v0.8d...v0.8e> + +### Fixed +- Fixed `bbx:introcite` definition for `ext-numeric-comp`. +- Fixed issue with `labelprefix` in `\printbibtabular` (#18). + +### Changed +- `biblatex-ext-tabular` now checks for the recommended `biblatex` + version and aborts if loaded before `biblatex`. + + ## Version 0.8d (2020-03-15) See <https://github.com/moewew/biblatex-ext/compare/v0.8c...v0.8d> @@ -7,10 +21,11 @@ See <https://github.com/moewew/biblatex-ext/compare/v0.8c...v0.8d> ### Fixed - Avoid an error about the bibmacro `labeltitle` being undefined in some contexts. - Define and use `tabular:labeltitle` in 'tabular:sortname`. + Define and use `tabular:labeltitle` in `tabular:sortname`. If available `tabular:labeltitle` is just `labeltitle`, if not we recreate the definition from `authoryear.bbx`. + ## Version 0.8c (2019-11-30) See <https://github.com/moewew/biblatex-ext/compare/v0.8b...v0.8c> @@ -23,6 +38,7 @@ See <https://github.com/moewew/biblatex-ext/compare/v0.8b...v0.8c> macros documented that would expose the answer of the DOI.org query, so we can simply drop that function. + ## Version 0.8b (2019-11-01) See <https://github.com/moewew/biblatex-ext/compare/v0.8a...v0.8b> @@ -30,6 +46,7 @@ See <https://github.com/moewew/biblatex-ext/compare/v0.8a...v0.8b> ### Fixed - Call to removed option in `ext-verbose-trad2`. + ## Version 0.8a (2019-10-31) See <https://github.com/moewew/biblatex-ext/compare/v0.8...v0.8a> @@ -53,6 +70,7 @@ See <https://github.com/moewew/biblatex-ext/compare/v0.7a...v0.8> ### Changed - Require `biblatex` v3.13 (some backwards compatiblity is in place). + ## Version 0.7a (2019-04-04) See <https://github.com/moewew/biblatex-ext/compare/v0.7...v0.7a> @@ -67,6 +85,7 @@ See <https://github.com/moewew/biblatex-ext/compare/v0.7...v0.7a> ### Changed - `biblatex-ext-doiapi` warns about missing email just a tad earlier. + ## Version 0.7 (2019-02-08) See <https://github.com/moewew/biblatex-ext/compare/v0.6b...v0.7> |