diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md b/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md index 002fbfee61b..d3441e2afd8 100644 --- a/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md +++ b/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md @@ -7,6 +7,18 @@ this project uses date-based 'snapshot' version identifiers. ## [Unreleased] +## [2018-08-23] + +### Added +- `\lua_escape:e`, `\lua_now:e` and `\lua_shipout_e:n` +- `\str_case_e:nn(TF)` and `\str_if_eq:ee(TF)` +- `\sys_if_platform_unix:(TF)` and `\sys_if_platform_windows:(TF)` +- `\tl_(g)set_from_shell:Nnn` + +### Deprecated +- `\lua_escape_x:n`, `\lua_now_x:n` and `\lua_shipout_x:n` +- `\str_case_x:nn(TF)` and `\str_if_eq_x:nn(TF)` + ## [2018-06-14] ### Added @@ -110,8 +122,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/2018-06-14...HEAD -[2018-06-01]: https://github.com/latex3/latex3/compare/2018-06-01...2018-06-14 +[Unreleased]: https://github.com/latex3/latex3/compare/2018-08-23...HEAD +[2018-08-23]: https://github.com/latex3/latex3/compare/2018-06-14...2018-08-23 +[2018-06-14]: https://github.com/latex3/latex3/compare/2018-06-01...2018-06-14 [2018-06-01]: https://github.com/latex3/latex3/compare/2018-05-13...2018-06-01 [2018-05-13]: https://github.com/latex3/latex3/compare/2018-05-12...2018-05-13 [2018-05-12]: https://github.com/latex3/latex3/compare/2018-04-30...2018-05-12 |