From a30d3e51fe381385b7335677b7d16d42eabccc6e Mon Sep 17 00:00:00 2001 From: Jan Wille <jan.wille@stud.hs-hannover.de> Date: Mon, 7 Mar 2022 14:32:22 +0100 Subject: [PATCH] release into changelog --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60a4764..baef11b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file. ## [Current] + +## [1.3] - 2022-03-07 + +### Changed + +- moved the documentation into the README file +- added the outdir into the makefile rule prerequisite +- improved the default settings for the listings package + +### Removed + +- WIKI has been removed. All its content is now inside the README file. + + ## [1.2] - 2021-10-24 ### Fixed @@ -21,7 +35,7 @@ This version provides mostly minor fixed and upgrades. **IMPORTANT:** the `personal.tex` has been removed ### Added - - dtx installer file. All class files can be generated from this file. This removes code duplications and allows for more easy maintenance as well as + - dtx installer file. All class files can be generated from this file. This removes code duplications and allows for more easy maintenance as well as deployment. This file will only be available on a separate branch and not be part of the master branch. ### Changed -- GitLab