summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/l3backend/CHANGELOG.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/l3backend/CHANGELOG.md
Initial commit
Diffstat (limited to 'macros/latex/contrib/l3backend/CHANGELOG.md')
-rw-r--r--macros/latex/contrib/l3backend/CHANGELOG.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/macros/latex/contrib/l3backend/CHANGELOG.md b/macros/latex/contrib/l3backend/CHANGELOG.md
new file mode 100644
index 0000000000..9094a090ba
--- /dev/null
+++ b/macros/latex/contrib/l3backend/CHANGELOG.md
@@ -0,0 +1,30 @@
+# Changelog
+All notable changes to the `l3backend` bundle will be documented in this file.
+
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
+this project uses date-based 'snapshot' version identifiers.
+
+## [Unreleased]
+
+## [2019-08-25]
+
+### Fixed
+
+- Setting for PDF version in `dvipdfmx` route
+- Support for PDF objects with XeTeX
+
+## [2019-07-01]
+
+### Added
+
+- Driver support for anonymous objects
+
+### Changed
+
+- Moved backend code to separate release module `l3backend`
+- Include `l3backend` in file names
+- Moved backend code to internal for each 'parent' module
+
+[Unreleased]: https://github.com/latex3/latex3/compare/2019-08-25...HEAD
+[2019-08-25]: https://github.com/latex3/latex3/compare/2019-07-01...2019-08-25
+[2019-07-01]: https://github.com/latex3/latex3/compare/2019-05-28...2019-07-01