diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/lni/CHANGELOG.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/lni/CHANGELOG.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/lni/CHANGELOG.md b/Master/texmf-dist/doc/latex/lni/CHANGELOG.md new file mode 100644 index 00000000000..25bc084ebcc --- /dev/null +++ b/Master/texmf-dist/doc/latex/lni/CHANGELOG.md @@ -0,0 +1,26 @@ +# Change Log +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/) +and this project adheres to [Semantic Versioning](http://semver.org/). + +## [1.1.0] - 2017-04-19 +### Added +- New macro `\subtitle` ([#44](https://github.com/gi-ev/LNI/issues/44)) +- New Keyword delimiter `\and` ([#43](https://github.com/gi-ev/LNI/issues/43)) +- New files CHANGELOG.md and CONTRIBUTING.md +- New option `crop` for crop marks +- Check for latest German hyphenation patterns ([#47](https://github.com/gi-ev/LNI/issues/47)) + +### Changed +- CTAN script to include new files +- Documentation + +### Fixed +- Definition of `\Crefname` to always get "Abb." instead of "ABB." etc. ([#45](https://github.com/gi-ev/LNI/pull/45)) + +## [1.0.0] - 2017-04-07 +First release of the revised files + +[1.0.0]: https://github.com/gi-ev/LNI/releases/tag/v1.0 +[1.1.0]: https://github.com/gi-ev/LNI/releases/tag/v1.1 |