summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-08-03 19:58:43 +0000
committerKarl Berry <karl@freefriends.org>2023-08-03 19:58:43 +0000
commit10c96c3a9fe8ef2b93d086d3e6809c9ffeeba848 (patch)
tree8db2fb45dfeb65889cb8050234aaa69cced9c1d2 /Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md
parentda175ddf98d278a3f31e113b7a08fa75a8fcc0ca (diff)
l3kernel (3aug23)
git-svn-id: svn://tug.org/texlive/trunk@67804 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.md24
1 files changed, 22 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md b/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md
index 68e4090e09e..38215a2cd29 100644
--- a/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md
+++ b/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md
@@ -7,6 +7,21 @@ this project uses date-based 'snapshot' version identifiers.
## [Unreleased]
+## [2023-08-03]
+
+### Added
+- `\tex_XeTeXhyphenatablelength:D`, `\tex_XeTeXinterwordspaceshaping:D`,
+ `\tex_XeTeXselectorcode:D`
+- Several missing `\tex_<name>:D` primitives from LuaTeX and (up)TeX
+
+### Changed
+- `\tex_protrudechars:D` now defined for XeTeX (to `\XeTeXprotrudechars`)
+- Allow for optional `v` in version string argument to
+ `\ProvidesExpl...`
+
+### Fixed
+- Allow for implicit chars when case changing
+
## [2023-06-30]
### Added
@@ -292,9 +307,13 @@ this project uses date-based 'snapshot' version identifiers.
[\#1123](https://github.com/latex3/latex3/issues/1123))
- `\text_map_function:nN` and `\text_map_inline:nn` for mapping to
graphemes in textual input
-- Support for medevial Latin case changing
+- Support for medieval Latin case changing
- `\char_to_nfd:n` to extend NFD support to 8-bit engines
+### Deprecated
+- `\pdf_object_new:nn` and `\pdf_object_write:nn`, in favor of
+ `\pdf_object_new:n` and `\pdf_object_write:nnn`, respectively
+
## [2022-08-23]
### Added
@@ -1476,7 +1495,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/2023-06-30...HEAD
+[Unreleased]: https://github.com/latex3/latex3/compare/2023-08-03...HEAD
+[2023-08-03]: https://github.com/latex3/latex3/compare/2023-06-30...2023-08-03
[2023-06-30]: https://github.com/latex3/latex3/compare/2023-06-16...2023-06-30
[2023-06-16]: https://github.com/latex3/latex3/compare/2023-06-05...2023-06-16
[2023-06-05]: https://github.com/latex3/latex3/compare/2023-05-22...2023-06-05