From 9dc9eb0cc555a34fc566da8be3a89891f9e12898 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 11 Apr 2022 20:14:43 +0000 Subject: l3 (11apr22) git-svn-id: svn://tug.org/texlive/trunk@63007 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md') diff --git a/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md b/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md index ba245c3c958..81af951ced4 100644 --- a/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md +++ b/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md @@ -7,6 +7,26 @@ this project uses date-based 'snapshot' version identifiers. ## [Unreleased] +## [2022-04-10] + +### Added +- `\keys_precompile:nnN` for conversion of keyvals to fast-to-apply token + lists +- Missing `\str_if_empty:n(TF)` (see issue \#1071) +- Missing `\str_case:Nn(TF)` (see issue \#1071) +- `\tex_...:D` names for primitives added in TeX Live 2022 + +### Changed +- Definition of `\legacy_if:n(TF)` to support primitive conditionals +- `\str_case:n` now case changes codepoints above 127 with all engines +- `\char_generate:nn` now also allows to generate category 10 tokens (spaces) + except for char code 0 + +### Fixed +- Handling of 'misplaced' `\protect` by `\text_expand:n` +- Nesting of `\tl_analysis_map_inline:nn` +- Naming of an error message + ## [2022-02-24] ### Changed @@ -1053,7 +1073,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/2022-02-24...HEAD +[Unreleased]: https://github.com/latex3/latex3/compare/2022-04-10...HEAD +[2022-04-10]: https://github.com/latex3/latex3/compare/2022-02-24...2022-04-10 [2022-02-24]: https://github.com/latex3/latex3/compare/2022-02-21...2022-02-24 [2022-02-21]: https://github.com/latex3/latex3/compare/2022-02-05...2022-02-21 [2022-02-05]: https://github.com/latex3/latex3/compare/2022-01-21...2022-02-05 -- cgit v1.2.3