diff --git a/CHANGELOG.md b/CHANGELOG.md index b9d2cbd5..afa0ade6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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/). -## [Unreleased] +## [3.0.0] – 2020-09-03 ### Fixed @@ -21,8 +21,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Simplified styleguide of `config.tex` - Removed package [dtk-logos](https://ctan.org/tex-archive/usergrps/dante/dtk), because it causes issues with lualatex -- Removed package [amssymb] to fix compilation error. [#125](https://github.com/latextemplates/scientific-thesis-template/issues/125) +- Removed package [amssymb](https://ctan.org/pkg/amsfonts?lang=de) to fix compilation error. [#125](https://github.com/latextemplates/scientific-thesis-template/issues/125) - Change documentation to tell users to download `master.zip` instead of the latest release. +- Switch from lualatex to pdflatex as default compiler. ### Added @@ -262,7 +263,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Add initial [CONTRIBUTING.md](CONTRIBUTING.md). - `number` for a thesis is now completely optional. -[Unreleased]: https://github.com/latextemplates/scientific-thesis-template/compare/3.0.0-beta.4...HEAD +[Unreleased]: https://github.com/latextemplates/scientific-thesis-template/compare/3.0.0...HEAD +[3.0.0]: https://github.com/latextemplates/scientific-thesis-template/compare/3.0.0-beta.4...3.0.0 [3.0.0-beta.4]: https://github.com/latextemplates/scientific-thesis-template/compare/3.0.0-beta.3...3.0.0-beta.4 [3.0.0-beta.3]: https://github.com/latextemplates/scientific-thesis-template/compare/3.0.0-beta.2...3.0.0-beta.3 [3.0.0-beta.2]: https://github.com/latextemplates/scientific-thesis-template/compare/3.0.0-beta.1...3.0.0-beta.2