summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/se2thesis/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/se2thesis/CHANGELOG.md')
-rw-r--r--macros/latex/contrib/se2thesis/CHANGELOG.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/macros/latex/contrib/se2thesis/CHANGELOG.md b/macros/latex/contrib/se2thesis/CHANGELOG.md
index 28d32ce95b..ed9739a1ba 100644
--- a/macros/latex/contrib/se2thesis/CHANGELOG.md
+++ b/macros/latex/contrib/se2thesis/CHANGELOG.md
@@ -7,6 +7,28 @@ and this project adheres to
## [Unreleased]
+## [v3.3.0] – 2024–02–22
+
+### Added
+
+- Enhance the options for bibliography styles, one can now choose between
+ `alphabetic` and `numeric` style. The former loads the default BibLaTeX
+ `alphabetic` style, the latter uses ACM's numeric style.
+- For the new numeric style, we support an enhanced `\autocite` macro, which
+ typesets the citation in the margin column for the first appearance per
+ chapter.
+- Add thesis-type option `phdeng` for a doctoral degree in engineering.
+
+### Changed
+
+- The default citation style, when setting `biblatex=true` while loading the
+ `se2packages` package is now `numeric` based on the ACM numeric style instead
+ of `alphabetic`. The latter can now be chosen explicitly.
+ See [issue #7](https://github.com/se2p/se2thesis/issues/7) for a discussion
+ on the general decision.
+
+### Changed
+
## [v3.2.0] – 2023–09–12
### Changed
@@ -150,6 +172,7 @@ These changes might be breaking changes!
### Added
- First official release
+[v3.3.0]: https://github.com/se2p/se2thesis/compare/v3.3.0...v3.2.0
[v3.2.0]: https://github.com/se2p/se2thesis/compare/v3.2.0...v3.1.0
[v3.1.0]: https://github.com/se2p/se2thesis/compare/v3.1.0...v3.0.0
[v3.0.0]: https://github.com/se2p/se2thesis/compare/v3.0.0...v2.1.0