diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md | 38 |
1 files changed, 36 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md b/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md index d973ba34b1e..542ba4d4775 100644 --- a/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md +++ b/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md @@ -7,12 +7,45 @@ this project uses date-based 'snapshot' version identifiers. ## [Unreleased] +## [2019-01-28] + ### Added -- `\ior_map_variable:NNn` and `\ior_str_map_variable:NNn` +- Global versions of box affine functions, e.g. `\box_grotate:Nn` +- Global versions of box size adjustment functions +- `\box_(g)set_eq_drop:NN`, `\(h|v)box_unpack_drop:N` +- `\file_get:nnN` and `\file_get:nnNTF` +- Experimental functions `\sys_shell_get:nnN` and `\sys_shell_get:nnNTF` + +### Changed + +- `\char_generate:nn` now always takes exactly two expansions +- Move `\prg_generate_conditional_variant:Nnn` to stable +- Renamed experimental `\box_trim:Nnnnn` and `\box_viewport:Nnnnn` as + `\box_set_trim:Nnnnn` and `\box_set_viewport:Nnnnn`, respectively + +### Deprecated + +- `\box_(g)set_eq_clear:NN`, replaced by `\box_(g)set_eq_drop:NN` +- `\(h|v)box_unpack_clear:N`, replaced by `\(h|v)box_unpack_drop:N +- `\tl_(g)set_from_file(_x):Nnn`, replaced by `\file_get:nnN` + +### Fixed + +- Scope treatment of `\box_set_dp:N`, _etc._ +- In (u)platex: detection of spaces in `\tl_rescan:nn` and related functions + +### Removed + +- Experimental function family `\tl_(g)set_from_shell:(N|c)nn` + (replaced by `\sys_shell_get:nnN`) ## [2019-01-13] +### Added + +- `\ior_map_variable:NNn` and `\ior_str_map_variable:NNn` + ### Fixed - Unclosed conditional with Unicode engines @@ -240,7 +273,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-01-13...HEAD +[Unreleased]: https://github.com/latex3/latex3/compare/2019-01-28...HEAD +[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 [2019-01-01]: https://github.com/latex3/latex3/compare/2018-12-12...2019-01-01 |