summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/l3build/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/l3build/CHANGELOG.md')
-rw-r--r--macros/latex/contrib/l3build/CHANGELOG.md20
1 files changed, 19 insertions, 1 deletions
diff --git a/macros/latex/contrib/l3build/CHANGELOG.md b/macros/latex/contrib/l3build/CHANGELOG.md
index 5834851339..edb288f555 100644
--- a/macros/latex/contrib/l3build/CHANGELOG.md
+++ b/macros/latex/contrib/l3build/CHANGELOG.md
@@ -7,8 +7,25 @@ this project uses date-based 'snapshot' version identifiers.
## [Unreleased]
+## [2021-11-29]
+
+### Changed
+- Documentation improvements
+- Use `checkengines[1]` as the default for `stdengine`
+- Add sanity check for `TEXMFHOME` value
+- Double \ when writing the curl options, so that \
+ does not need to be doubled in note and announcement texts.
+
+### Fixed
+- Installation of files when using MiKTeX (see #125)
+- Incorrect line in `manifest` target (see #195)
+- Placement of PDF files in subdirectory locations (issue #209)
+- Detection of engine-specific tlg files for non-standard LuaTeX based engines (issues #214)
+
## [2021-11-24]
+- Always typeset in `typesetdir` (fixes #210)
+
## [2021-11-12]
### Changed
@@ -521,7 +538,8 @@ this project uses date-based 'snapshot' version identifiers.
- Rationalise short option names: removed `-d`, `-E`, `-r`
- Target `cmdcheck`: specific to LaTeX kernel work
-[Unreleased]: https://github.com/latex3/l3build/compare/2021-11-24...HEAD
+[Unreleased]: https://github.com/latex3/l3build/compare/2021-11-29...HEAD
+[2021-11-29]: https://github.com/latex3/l3build/compare/2021-11-24...2021-11-29
[2021-11-24]: https://github.com/latex3/l3build/compare/2021-11-12...2021-11-24
[2021-11-12]: https://github.com/latex3/l3build/compare/2021-08-28...2021-11-12
[2021-08-28]: https://github.com/latex3/l3build/compare/2021-08-27...2021-08-28