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.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/macros/latex/contrib/l3build/CHANGELOG.md b/macros/latex/contrib/l3build/CHANGELOG.md
index 76729d5dc6..e23a7764f9 100644
--- a/macros/latex/contrib/l3build/CHANGELOG.md
+++ b/macros/latex/contrib/l3build/CHANGELOG.md
@@ -7,6 +7,13 @@ this project uses date-based 'snapshot' version identifiers.
## [Unreleased]
+## [2023-09-05]
+
+### Changed
+- Initialise the random seed with the current time so `--shuffle` produces different orders each run.
+- Normalise more `luaotfload` cache lines
+- Apply `-utc` switch for LuaTeX when using a fixed epoch value
+
## [2023-07-20]
- Set `-kanji-internal=euc` when building pLaTeX
@@ -58,7 +65,7 @@ this project uses date-based 'snapshot' version identifiers.
### Fixed
- Restore epoch settings for `dvitopdf()`
-- Use plural form of variable `ps2pdfopts` consistently in code and doc, and
+- Use plural form of variable `ps2pdfopts` consistently in code and doc, and
retain compatibility with singular form `ps2pdfopt` (issue \#275)
- Remove the last trace of dropped variable `stdconfig`
@@ -684,7 +691,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/2023-07-20...HEAD
+[Unreleased]: https://github.com/latex3/l3build/compare/2023-09-05...HEAD
+[2023-09-05]: https://github.com/latex3/l3build/compare/2023-07-20...2023-09-05
[2023-07-20]: https://github.com/latex3/l3build/compare/2023-07-17...2023-07-20
[2023-07-17]: https://github.com/latex3/l3build/compare/2023-03-27...2023-07-17
[2023-03-27]: https://github.com/latex3/l3build/compare/2023-03-22...2023-03-27