diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-05 01:01:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-05 01:01:48 +0000 |
commit | 5887a5eebe6eb65039f6e778d037d710d689a42d (patch) | |
tree | 22e48c9efc121c745c8074ae8c67c647ebb604ad /Master/texmf-dist/doc/latex/l3packages/CHANGELOG.md | |
parent | f8152bb4973cbd7164575615158c822d9e33f6d3 (diff) |
l3 (4mar20)
git-svn-id: svn://tug.org/texlive/trunk@54099 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/l3packages/CHANGELOG.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/l3packages/CHANGELOG.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/l3packages/CHANGELOG.md b/Master/texmf-dist/doc/latex/l3packages/CHANGELOG.md index 2a56ece1a14..9b92b840184 100644 --- a/Master/texmf-dist/doc/latex/l3packages/CHANGELOG.md +++ b/Master/texmf-dist/doc/latex/l3packages/CHANGELOG.md @@ -7,6 +7,12 @@ this project uses date-based 'snapshot' version identifiers. ## [Unreleased] +## [2020-03-03] + +### Changed +- Delimited arguments (`DdRrEet`) now allow control sequence tokens + as delimiters (issues #367 and #368) + ## [2020-02-25] ### Changed @@ -81,7 +87,8 @@ this project uses date-based 'snapshot' version identifiers. - Switch to ISO date format - Improve cross-module use of internal functions -[Unreleased]: https://github.com/latex3/latex3/compare/2020-02-25...HEAD +[Unreleased]: https://github.com/latex3/latex3/compare/2020-03-03...HEAD +[2020-03-03]: https://github.com/latex3/latex3/compare/2020-02-25...2020-03-03 [2020-02-25]: https://github.com/latex3/latex3/compare/2020-02-14...2020-02-25 [2020-02-14]: https://github.com/latex3/latex3/compare/2020-02-08...2020-02-14 [2020-02-08]: https://github.com/latex3/latex3/compare/2020-02-03...2020-02-08 |