diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/se2thesis/CHANGELOG.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/se2thesis/CHANGELOG.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/se2thesis/CHANGELOG.md b/Master/texmf-dist/doc/latex/se2thesis/CHANGELOG.md new file mode 100644 index 00000000000..bb8eb4203a1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/se2thesis/CHANGELOG.md @@ -0,0 +1,24 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to +[Semantic Versioning](http://sever.org/spec/v2.0.0.html). + +## [Unreleased] + +## [v1.1.0] - 2022-09-12 + +### Added +- Documentation of the load-time options of se2thesis.cls + +### Fixed +- Compilation issue of the example file with pdfLaTeX, added a contional option + to `ntheorem`. + +## [v1.0.0] - 2022-09-09 + +### Added +- First official release + +[v1.1.0]: https://github.com/se2p/se2thesis/compare/1.0.0...v1.1.0 |