diff options
author | Karl Berry <karl@freefriends.org> | 2019-09-09 21:19:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-09-09 21:19:24 +0000 |
commit | 613f20ad1110fb100c023b106beafb319cccb357 (patch) | |
tree | 2f617ec7eb070ac81888edd8663b23e1197a5a2d /Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md | |
parent | 4cab119c4bd432f3e5cc7892bfe65976399c1b63 (diff) |
l3kernel (9sep19)
git-svn-id: svn://tug.org/texlive/trunk@52062 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md b/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md index f1429e88df0..505bb1f9cbd 100644 --- a/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md +++ b/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md @@ -7,6 +7,12 @@ this project uses date-based 'snapshot' version identifiers. ## [Unreleased] +## [2019-09-08] + +### Fixed + +- Missing internal variant (fixes #624) + ## [2019-09-05] ### Added @@ -481,7 +487,8 @@ this project uses date-based 'snapshot' version identifiers. - Step functions have been added for dim variables, e.g. `\dim_step_inline:nnnn` -[Unreleased]: https://github.com/latex3/latex3/compare/2019-09-05...HEAD +[Unreleased]: https://github.com/latex3/latex3/compare/2019-09-08...HEAD +[2019-09-08]: https://github.com/latex3/latex3/compare/2019-09-05...2019-09-08 [2019-09-05]: https://github.com/latex3/latex3/compare/2019-08-25...2019-09-05 [2019-08-25]: https://github.com/latex3/latex3/compare/2019-08-14...2019-08-25 [2019-08-14]: https://github.com/latex3/latex3/compare/2019-07-25...2019-08-14 |