diff options
author | Karl Berry <karl@freefriends.org> | 2019-10-14 20:46:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-10-14 20:46:45 +0000 |
commit | 5cccf50562ed22879e9aa2b79e2b9741606ec734 (patch) | |
tree | 54af5a5faabc2b9cffb76e4f0ada97d3a04b20bb /Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md | |
parent | 3227312dd2d0ac0e2b30fd21deabcaa3016d7a23 (diff) |
l3kernel (13oct19)
git-svn-id: svn://tug.org/texlive/trunk@52383 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 0c6dd7e225f..85fbfb5031e 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-10-14] + +### Fixed + +- Correct handling of 'traditional' class options for backend + ## [2019-10-11] ### Changed @@ -556,7 +562,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-10-11...HEAD +[Unreleased]: https://github.com/latex3/latex3/compare/2019-10-14...HEAD +[2019-10-14]: https://github.com/latex3/latex3/compare/2019-10-11...2019-10-14 [2019-10-11]: https://github.com/latex3/latex3/compare/2019-10-02...2019-10-11 [2019-10-02]: https://github.com/latex3/latex3/compare/2019-09-30...2019-10-02 [2019-09-30]: https://github.com/latex3/latex3/compare/2019-09-28...2019-09-30 |