summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-10-27 20:55:42 +0000
committerKarl Berry <karl@freefriends.org>2020-10-27 20:55:42 +0000
commit36afb13206c5cf659854dce54a7e001273ca71e9 (patch)
tree90d4e2f8ef42745efdd76bd20c83c9158d7d6628 /Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md
parent5fbdfcab78ba7e1bbb32f4e9b1db06f68d6f3de4 (diff)
l3 (27oct20)
git-svn-id: svn://tug.org/texlive/trunk@56785 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.md20
1 files changed, 17 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md b/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md
index 3e416742d99..cfca3155d03 100644
--- a/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md
+++ b/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md
@@ -7,13 +7,26 @@ this project uses date-based 'snapshot' version identifiers.
## [Unreleased]
+## [2020-10-27]
+
+### Added
+
+- `\token_if_font_selection:N(TF)` (see #806)
+
### Fixed
-- Correctly detect LaTeX when pre-loading expl3 and setting up
- case changer
+- Avoid relying on braced `\input` primitive syntax
+- Correct expansion of environments in `\text_purify:n`
+- Some aspects of `cctab` setup with 8-bit engines(issue #814)
+
+### Changed
+- Improved performance for `tl` functions
+- Extend case changer to cover all of Greek with pdfTeX
## [2020-10-05]
### Fixed
+- Correctly detect LaTeX when pre-loading expl3 and setting up
+ case changer
- Lua emulation of \strcmp (issue #813)
## [2020-09-24]
@@ -780,7 +793,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/2020-10-05...HEAD
+[Unreleased]: https://github.com/latex3/latex3/compare/2020-10-27...HEAD
+[2020-10-27]: https://github.com/latex3/latex3/compare/2020-10-05...2020-10-27
[2020-10-05]: https://github.com/latex3/latex3/compare/2020-09-24...2020-10-05
[2020-09-24]: https://github.com/latex3/latex3/compare/2020-09-06...2020-09-24
[2020-09-06]: https://github.com/latex3/latex3/compare/2020-09-03...2020-09-06