diff options
Diffstat (limited to 'macros/latex/contrib/l3packages/CHANGELOG.md')
-rw-r--r-- | macros/latex/contrib/l3packages/CHANGELOG.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/macros/latex/contrib/l3packages/CHANGELOG.md b/macros/latex/contrib/l3packages/CHANGELOG.md index 6af289ef1e..b82dd0c198 100644 --- a/macros/latex/contrib/l3packages/CHANGELOG.md +++ b/macros/latex/contrib/l3packages/CHANGELOG.md @@ -7,6 +7,11 @@ this project uses date-based 'snapshot' version identifiers. ## [Unreleased] +## [2023-02-02] + +### Changed +- Re-order arguments of `\DeclareInstanceCopy` + ## [2023-02-01] ### Added @@ -222,7 +227,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/2023-02-01...HEAD +[Unreleased]: https://github.com/latex3/latex3/compare/2023-02-02...HEAD +[2023-02-02]: https://github.com/latex3/latex3/compare/2023-02-01...2023-02-02 [2023-02-01]: https://github.com/latex3/latex3/compare/2023-01-16...2023-02-01 [2023-01-16]: https://github.com/latex3/latex3/compare/2022-12-17...2023-01-16 [2022-12-17]: https://github.com/latex3/latex3/compare/2022-06-22...2022-12-17 |