summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-01-06 22:04:57 +0000
committerKarl Berry <karl@freefriends.org>2019-01-06 22:04:57 +0000
commit1e38cd4b45c93bd4d0e36e7cfb12fb1a8feb02c4 (patch)
tree382415facdb42be2fde175053880a5a1c22ba82e /Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md
parentb41749959c73e2c85e711c0d8f98829cb74af6dd (diff)
l3kernel (5jan19)
git-svn-id: svn://tug.org/texlive/trunk@49620 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.md37
1 files changed, 33 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md b/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md
index c3016a82ef5..65ef9a5187e 100644
--- a/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md
+++ b/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md
@@ -7,18 +7,46 @@ this project uses date-based 'snapshot' version identifiers.
## [Unreleased]
+## [2019-01-01]
+
+### Added
+
+- `\iow_allow_break:`
+
+### Fixed
+
+- Correct fp randint with zero argument (see #507)
+- Handling of `\current@color` with (x)dvipdfmx` (see #510)
+
+### Removed
+
+- Support for stand-alone `l3regex`, `l3sort`, `l3srt`, `l3tl-analysis`,
+ `l3tl-build`
+- `\box_resize:Nnn`
+- `\box_use_clear:N`
+- `\c_minus_one`
+- `\file_add_path:nN`
+- `\file_list:`
+- `\file_path_include:n` and `\file_path_remove:n`
+- `\io(r|w)_list_streams:` and `\io(r|w)_log_streams:`
+- `\sort_ordered:` and `\sort_reversed:`
+- `\token_new:Nn`
+- Generation of invalid variants from `n`/`N` base types
+
## [2018-12-12]
-## Changed
+### Changed
- Move `\tl_range:nnn` to stable
-## Fixed
+### Fixed
- Loading in ConTeXt MkIV
## [2018-12-11]
+### Changed
+
- Enable `\char_generate:nn` to create active tokens with XeTeX
## [2018-12-06]
@@ -31,7 +59,7 @@ this project uses date-based 'snapshot' version identifiers.
### Fixed
-- Bu in `\lua_shipout_e:n` (see #503)
+- Typo in `\lua_shipout_e:n` (see #503)
## [2018-11-19]
@@ -190,7 +218,8 @@ this project uses date-based 'snapshot' version identifiers.
- Step func­tions have been added for dim vari­ables,
e.g. `\dim_step_in­line:nnnn`
-[Unreleased]: https://github.com/latex3/latex3/compare/2018-12-12...HEAD
+[Unreleased]: https://github.com/latex3/latex3/compare/2019-01-01...HEAD
+[2019-01-01]: https://github.com/latex3/latex3/compare/2018-12-12...2019-01-01
[2018-12-12]: https://github.com/latex3/latex3/compare/2018-12-11...2018-12-12
[2018-12-11]: https://github.com/latex3/latex3/compare/2018-12-06...2018-12-11
[2018-12-06]: https://github.com/latex3/latex3/compare/2018-11-19...2018-12-06