Skip to content

Commit

Permalink
Update Changelog and obsolete list
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Jan 17, 2019
1 parent ac04322 commit 738dab3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion l3kernel/CHANGELOG.md
Expand Up @@ -9,7 +9,7 @@ this project uses date-based 'snapshot' version identifiers.

### Added

- `\box_(g)set_eq_drop:NN`
- `\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`

Expand All @@ -21,6 +21,7 @@ this project uses date-based 'snapshot' version identifiers.
### 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
Expand Down
4 changes: 4 additions & 0 deletions l3kernel/l3obsolete.txt
Expand Up @@ -47,6 +47,8 @@ Function Expires end
\c_one_thousand 2019
\c_ten_thousand 2019
\etex_....:D 2019
\hbox_unpack_clear:c 2020
\hbox_unpack_clear:N 2020
\lua_escape_x:n 2019
\lua_now_x:n 2019
\lua_shipout_x:n 2019
Expand Down Expand Up @@ -76,6 +78,8 @@ Function Expires end
\tl_set_from_file_x:Nnn 2020
\uptex_...:D 2019
\utex_...:D 2019
\vbox_unpack_clear:c 2020
\vbox_unpack_clear:N 2020
\xetex_...:D 2019
--------------------------------------

Expand Down

0 comments on commit 738dab3

Please sign in to comment.