diff options
author | Karl Berry <karl@freefriends.org> | 2020-02-08 22:17:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-02-08 22:17:44 +0000 |
commit | 11d5fee6b76a80c9692e53d37256704799b2ed0b (patch) | |
tree | aa60f3dd8954a6fea2a04549e1f63e9b0d287813 /Master/texmf-dist/doc/latex/l3packages/CHANGELOG.md | |
parent | 49a6d81b78d45a76ba5a703cf89fa6cf1825d28a (diff) |
l3 (8feb20)
git-svn-id: svn://tug.org/texlive/trunk@53719 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 b889b474e55..73d98156b1a 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-02-08] + +### Changed +- Document that `\CurrentOption` is available and should be used in + `l3keys2e` + ## [2020-02-03] ### Fixed @@ -65,7 +71,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-03...HEAD +[Unreleased]: https://github.com/latex3/latex3/compare/2020-02-08...HEAD +[2020-02-08]: https://github.com/latex3/latex3/compare/2020-02-03...2020-02-08 [2020-02-03]: https://github.com/latex3/latex3/compare/2020-01-12...2020-02-03 [2020-01-12]: https://github.com/latex3/latex3/compare/2019-10-11...2020-01-12 [2019-10-11]: https://github.com/latex3/latex3/compare/2019-05-28...2019-10-11 |