diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/l3backend/CHANGELOG.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/l3backend/CHANGELOG.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/l3backend/CHANGELOG.md b/Master/texmf-dist/doc/latex/l3backend/CHANGELOG.md index 27a96c4fb12..bc09045c8fd 100644 --- a/Master/texmf-dist/doc/latex/l3backend/CHANGELOG.md +++ b/Master/texmf-dist/doc/latex/l3backend/CHANGELOG.md @@ -6,6 +6,11 @@ this project uses date-based 'snapshot' version identifiers. ## [Unreleased] +## [2020-06-29] + +### Fixed +- Loading with `dvisvgm` + ## [2020-06-23] ### Changed @@ -91,7 +96,8 @@ this project uses date-based 'snapshot' version identifiers. - Include `l3backend` in file names - Moved backend code to internal for each 'parent' module -[Unreleased]: https://github.com/latex3/latex3/compare/2020-06-23...HEAD +[Unreleased]: https://github.com/latex3/latex3/compare/2020-06-29...HEAD +[2020-06-29]: https://github.com/latex3/latex3/compare/2020-06-23...2020-06-29 [2020-06-23]: https://github.com/latex3/latex3/compare/2020-06-18...2020-06-23 [2020-06-18]: https://github.com/latex3/latex3/compare/2020-06-03...2020-06-18 [2020-06-03]: https://github.com/latex3/latex3/compare/2020-05-05...2020-06-03 |