diff options
author | Karl Berry <karl@freefriends.org> | 2019-02-16 22:39:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-02-16 22:39:34 +0000 |
commit | 0d6184fa42ed741f956e55a1c6e7d48ab0cac9d8 (patch) | |
tree | 683bec4b5fa84f1f9b84aaf0d4fdf8db2be83728 /Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md | |
parent | f3d6932fe4c7946fdb0582306715b251bf561f7e (diff) |
l3kernel (16feb19)
git-svn-id: svn://tug.org/texlive/trunk@50036 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 | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md b/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md index 542ba4d4775..156321c2af9 100644 --- a/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md +++ b/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md @@ -7,6 +7,31 @@ this project uses date-based 'snapshot' version identifiers. ## [Unreleased] +## [2019-02-15] + +### Changed + +- Defensive code for redefinition of `\time`, `\day`, `\month` and `\year` + +### Fixed + +- Resetting of key inheritance (see #535) +- Issue in deprecated command `\tl_set_from_file:Nnn` + (see https://tex.stackexchange.com/q/474813/) + +## [2019-02-03] + +### Added + +- Support for return of whole path by \cs{keys_set_known:nnN}-like + function \cs{keys_set_known:nnnN} (see #508) +- `.prop_(g)put:N` key property (see #444) + +### Fixed + +- Handling of nested key setting when filtering, _etc._ (see #526) +- Inheritance of default values (see #504) + ## [2019-01-28] ### Added @@ -273,7 +298,9 @@ 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-01-28...HEAD +[Unreleased]: https://github.com/latex3/latex3/compare/2019-02-15...HEAD +[2019-02-15]: https://github.com/latex3/latex3/compare/2019-02-03...2019-02-15 +[2019-02-03]: https://github.com/latex3/latex3/compare/2019-01-28...2019-02-03 [2019-01-28]: https://github.com/latex3/latex3/compare/2019-01-13...2019-01-28 [2019-01-13]: https://github.com/latex3/latex3/compare/2019-01-12...2019-01-13 [2019-01-12]: https://github.com/latex3/latex3/compare/2019-01-01...2019-01-12 |