diff options
Diffstat (limited to 'macros/latex/contrib/l3packages/CHANGELOG.md')
-rw-r--r-- | macros/latex/contrib/l3packages/CHANGELOG.md | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/macros/latex/contrib/l3packages/CHANGELOG.md b/macros/latex/contrib/l3packages/CHANGELOG.md index b12b36ec76..cd9143da08 100644 --- a/macros/latex/contrib/l3packages/CHANGELOG.md +++ b/macros/latex/contrib/l3packages/CHANGELOG.md @@ -7,6 +7,12 @@ this project uses date-based 'snapshot' version identifiers. ## [Unreleased] +## [2024-05-08] + +### Changed +- Prepare for kernel adjustments to templates: + `\IfInstanceExist(TF)` as alias for `\IfInstanceExists(TF)` + ## [2024-03-14] ### Changed @@ -133,7 +139,7 @@ this project uses date-based 'snapshot' version identifiers. ## [2021-05-07] ### Fixed -- Implmentation of `\DeclareRestrictedTemplate` +- Implementation of `\DeclareRestrictedTemplate` - Incorrect use of restricted template in `xfrac` ## [2021-03-12] @@ -253,7 +259,8 @@ this project uses date-based 'snapshot' version identifiers. - Switch to ISO date format - Improve cross-module use of internal functions -[Unreleased]: https://github.com/latex3/latex3/compare/2024-03-14...HEAD +[Unreleased]: https://github.com/latex3/latex3/compare/2024-05-08...HEAD +[2024-05-08]: https://github.com/latex3/latex3/compare/2024-03-14...2024-05-08 [2024-03-14]: https://github.com/latex3/latex3/compare/2024-02-18...2024-03-14 [2024-02-18]: https://github.com/latex3/latex3/compare/2024-02-13...2024-02-18 [2024-02-13]: https://github.com/latex3/latex3/compare/2023-10-10...2024-02-13 |