diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md b/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md index 661b9a9daf3..bcfeffe33fd 100644 --- a/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md +++ b/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md @@ -7,6 +7,18 @@ this project uses date-based 'snapshot' version identifiers. ## [Unreleased] +## [2020-02-21] + +### Added +- Option `suppress-backend-headers` (see matching change in + `l3backend`) + +### Changed +- Allow `dvisvgm` driver with XeTeX (issue #677) + +### Fixed +- `undo-recent-deprecations` would not reload the deprecation code + ## [2020-02-14] ### Fixed @@ -618,7 +630,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/2020-02-14...HEAD +[Unreleased]: https://github.com/latex3/latex3/compare/2020-02-21...HEAD +[2020-02-21]: https://github.com/latex3/latex3/compare/2020-02-14...2020-02-21 [2020-02-14]: https://github.com/latex3/latex3/compare/2020-02-13...2020-02-14 [2020-02-13]: https://github.com/latex3/latex3/compare/2020-02-11...2020-02-13 [2020-02-11]: https://github.com/latex3/latex3/compare/2020-02-08...2020-02-11 |