diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/l3packages/CHANGELOG.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/l3packages/CHANGELOG.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/l3packages/CHANGELOG.md b/Master/texmf-dist/doc/latex/l3packages/CHANGELOG.md index 3f080a857b7..994b4dc2b48 100644 --- a/Master/texmf-dist/doc/latex/l3packages/CHANGELOG.md +++ b/Master/texmf-dist/doc/latex/l3packages/CHANGELOG.md @@ -7,6 +7,12 @@ this project uses date-based 'snapshot' version identifiers. ## [Unreleased] +## [2019-05-03] + +### Added + +- `xparse`: Support for `trace` package + ## [2019-03-05] ### Added @@ -40,7 +46,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/2019-03-05...HEAD +[Unreleased]: https://github.com/latex3/latex3/compare/2019-05-03...HEAD +[2019-05-03]: https://github.com/latex3/latex3/compare/2019-03-05...2019-05-03 [2019-03-05]: https://github.com/latex3/latex3/compare/2019-09-24...2019-03-05 [2018-09-24]: https://github.com/latex3/latex3/compare/2018-08-23...2018-09-24 [2018-08-23]: https://github.com/latex3/latex3/compare/2018-05-12...2018-08-23 |