summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-02-05 21:33:23 +0000
committerKarl Berry <karl@freefriends.org>2022-02-05 21:33:23 +0000
commit68b2e8de533b0fa7353ece3997bfd87a34ff458a (patch)
treeb6ee6b2b87905ed81917b759bc9e7d7bc3ea4ab9 /Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md
parent89ff43d793f14242a96bd0c24e56daa29804e0d0 (diff)
l3 (5feb22)
git-svn-id: svn://tug.org/texlive/trunk@61903 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.md16
1 files changed, 14 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md b/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md
index 8e44e955753..fe785d68863 100644
--- a/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md
+++ b/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md
@@ -7,10 +7,21 @@ this project uses date-based 'snapshot' version identifiers.
## [Unreleased]
+## [2022-02-05]
+
+### Added
+- Distribute `l3doc.pdf` with a prominent warning about future changes
+- `\color_math:nn(n)` as a functional equivalent of the new `\mathcolor`
+ command in LaTeX2e
+
+### Changed
+- Documentation for horizontal coffin poles (see issue #1041)
+- Update primitive requirements to enable loading with Prote/HINT
+
## [2022-01-21]
### Changed
-- Auto-generate legacy switch if required in .legacy_set_if:n
+- Auto-generate legacy switch if required in `.legacy_set_if:n`
key property
### Fixed
@@ -1032,7 +1043,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/2022-01-21...HEAD
+[Unreleased]: https://github.com/latex3/latex3/compare/2022-02-05...HEAD
+[2022-02-05]: https://github.com/latex3/latex3/compare/2022-01-21...2022-02-05
[2022-01-21]: https://github.com/latex3/latex3/compare/2022-01-12...2022-01-21
[2022-01-12]: https://github.com/latex3/latex3/compare/2021-11-22...2022-01-12
[2021-11-22]: https://github.com/latex3/latex3/compare/2021-11-12...2021-11-22