diff options
author | Karl Berry <karl@freefriends.org> | 2018-11-17 22:23:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-11-17 22:23:15 +0000 |
commit | 9189ec48fe9d56f12e7e17b0309331801125770c (patch) | |
tree | e7f015893eca4a85859fbc0171b67fe52ab28792 /Master/texmf-dist/doc/latex/biblatex-abnt/CHANGELOG.md | |
parent | 99859351234219667e5b7d226c6793392f7580d9 (diff) |
biblatex-abnt (17nov18)
git-svn-id: svn://tug.org/texlive/trunk@49179 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-abnt/CHANGELOG.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-abnt/CHANGELOG.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-abnt/CHANGELOG.md b/Master/texmf-dist/doc/latex/biblatex-abnt/CHANGELOG.md index c5afa7083ea..12b4e2fc395 100644 --- a/Master/texmf-dist/doc/latex/biblatex-abnt/CHANGELOG.md +++ b/Master/texmf-dist/doc/latex/biblatex-abnt/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.4] - 2018-11-17 + +### Added +- Allow different English varieties +- Add `\textcite*` command + +### Fixed +- Clear some harmless warnings +- Never abbreviate prefix in citations + +### Changed +- Use `uniquename=minfull` for citations +- Replace xstring with l3regex + + ## [3.3] - 2018-04-04 ### Added @@ -104,6 +119,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Add "et al." in citations +[3.4]: https://github.com/abntex/biblatex-abnt/compare/v3.3...v3.4 [3.3]: https://github.com/abntex/biblatex-abnt/compare/v3.2...v3.3 [3.2]: https://github.com/abntex/biblatex-abnt/compare/v3.1...v3.2 [3.1]: https://github.com/abntex/biblatex-abnt/compare/v3.0...v3.1 |