diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/lni/CHANGELOG.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/lni/CHANGELOG.md | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/lni/CHANGELOG.md b/Master/texmf-dist/doc/latex/lni/CHANGELOG.md index 71c7614a4b8..0a07eb75c59 100644 --- a/Master/texmf-dist/doc/latex/lni/CHANGELOG.md +++ b/Master/texmf-dist/doc/latex/lni/CHANGELOG.md @@ -1,10 +1,29 @@ -# Change Log +# Changelog 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.4.0 - 2018-01-15] +## [Unreleased] + +## [1.5.0] -2019-04-04 + +### Added +- Load package `textcomp` by default and add option `upquote` to `listings` package ([#69](https://github.com/gi-ev/LNI/issues/69)) +- New option `norunningheads` to remove all running headers from the document +([#77](https://github.com/gi-ev/LNI/issues/77)) + +### Changed +- `\refname` changed to `Bibliography` for English texts + +### Fixed +- German paper example: Correct language `Java` at example listing +- Packages `hyperef`, `cleveref` and `hypcap` are always at the end of the preamble ([#71](https://github.com/gi-ev/LNI/issues/71)) +- Option `bookmarks` of `hyperref` now set at load-time. Had no effect before. +- Layout for English texts (subtitle) +- URL for GI in example file + +## [1.4.0] - 2018-01-15 ### Added - New option `oldfonts` to use the class file on older systems by loading the `mathptmx` font package ([#56](https://github.com/gi-ev/LNI/issues/56)) @@ -60,6 +79,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [1.0.0] - 2017-04-07 First release of the revised files +[Unreleased]: https://github.com/gi-ev/LNI/compare/v1.4...HEAD +[1.4.0]: https://github.com/gi-ev/LNI/releases/tag/v1.5 [1.4.0]: https://github.com/gi-ev/LNI/releases/tag/v1.4 [1.3.0]: https://github.com/gi-ev/LNI/releases/tag/v1.3 [1.2.0]: https://github.com/gi-ev/LNI/releases/tag/v1.2 |