diff options
author | Karl Berry <karl@freefriends.org> | 2016-10-15 22:51:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-10-15 22:51:31 +0000 |
commit | 75b84dd5e44892181a2c157b61ce74ef6a803b8a (patch) | |
tree | 60bdbb3feadc61cc6765e93d4cfa4a8c1be26289 /Master/texmf-dist/doc/latex/biblatex-lni/CHANGELOG.md | |
parent | bdca005b9c5b680e145fec55ef1186f1092a4639 (diff) |
biblatex-lni (14oct16)
git-svn-id: svn://tug.org/texlive/trunk@42265 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-lni/CHANGELOG.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-lni/CHANGELOG.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-lni/CHANGELOG.md b/Master/texmf-dist/doc/latex/biblatex-lni/CHANGELOG.md new file mode 100644 index 00000000000..e582d0eeb4d --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex-lni/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +All notable changes to this project will be documented in this file. +This project **does not** adhere to [Semantic Versioning](http://semver.org/). +The markdown syntax is inspired by the conventions proposed by [keepachangelog.com](http://keepachangelog.com/). + +## [v0.2] - 2016-10-13 +* Labels do not include prefixes any more +* `\citeauthor` prints one author if one author, two authors if two authors, and the first author + "et al." in the case of three or more +* German: "et al." is printed instead of "u.a." + +## v0.1 - 2016-10-07 + +Initial release. + +[Unreleased]: https://github.com/latextemplates/biblatex-lni/v0.2...HEAD +[v0.2]: https://github.com/latextemplates/biblatex-lni/v0.1...v0.2 |