summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/l3experimental/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/l3experimental/CHANGELOG.md
Initial commit
Diffstat (limited to 'macros/latex/contrib/l3experimental/CHANGELOG.md')
-rw-r--r--macros/latex/contrib/l3experimental/CHANGELOG.md130
1 files changed, 130 insertions, 0 deletions
diff --git a/macros/latex/contrib/l3experimental/CHANGELOG.md b/macros/latex/contrib/l3experimental/CHANGELOG.md
new file mode 100644
index 0000000000..d2288ef1b9
--- /dev/null
+++ b/macros/latex/contrib/l3experimental/CHANGELOG.md
@@ -0,0 +1,130 @@
+# Changelog
+All notable changes to the `l3experimental` bundle since the start of 2018
+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]
+
+### Changed
+
+- `\draw_unit_vector:n` returns a vertical vector when the length is
+ zero (see #609)
+- Collect `pwd` data with no `\endlinechar` (see #613)
+- Default precision in `\fp_format:nn` when no style is specified
+
+### Fixed
+
+- Corrected behaviour of catcode tables (see #610)
+
+## [2019-07-01]
+
+### Added
+
+- New module `l3pdf`
+
+### Changed
+
+- Re-order arguments for polar points (`l3draw`)
+
+### Removed
+
+- `l3str-convert` module: moved to `l3kernel` (`expl3` core)
+
+## [2019-05-28]
+
+### Added
+
+- New `l3graphics` module
+
+### Fixed
+
+- Missing `\scan_stop:` in benchmark code (fixes #577)
+
+## [2019-05-03]
+
+## Fixed
+
+- Clipping of paths by `l3draw`
+
+## [2019-03-05]
+
+### Added
+
+- Support for drawing layers
+
+### Changed
+
+- Update `l3draw` transformation names
+
+## [2019-01-28]
+
+### Changed
+
+- Track `expl3` changes
+
+## [2018-10-31]
+
+### Added
+
+- New module `l3cctab`
+
+## [2018-10-26]
+
+### Added
+
+- New module `l3benchmark`
+
+## [2018-08-24]
+
+### Fixed
+
+- Actually distribute `l3sys-shell`
+
+## [2018-08-23]
+
+### Added
+- `CHANGELOG.md` (fixes #460)
+- `l3sys-shell` for experimental shell functions
+
+## [2018-05-12]
+
+### Changed
+- Track changes in primitive naming in `l3kernel`
+
+## [2018-04-30]
+
+### Changed
+- Switch to ISO date format
+- Improve cross-module use of internal functions
+
+## [2018-03-05]
+
+### Added
+- Several new functions added to `l3draw`
+
+## [2018-02-21]
+
+### Added
+- New `l3color` module using `xcolor`-like expression syntax
+- New `l3draw` module, based on `pgf` layer of the TikZ system
+
+[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
+[2019-05-28]: https://github.com/latex3/latex3/compare/2019-05-03...2019-05-28
+[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-01-28...2019-03-05
+[2019-01-28]: https://github.com/latex3/latex3/compare/2018-10-31...2019-01-28
+[2018-10-31]: https://github.com/latex3/latex3/compare/2018-10-26...2018-10-31
+[2018-10-26]: https://github.com/latex3/latex3/compare/2018-10-17...2018-10-26
+[2018-10-17]: https://github.com/latex3/latex3/compare/2018-08-24...2018-10-17
+[2018-08-24]: https://github.com/latex3/latex3/compare/2018-08-23...2018-08-24
+[2018-08-23]: https://github.com/latex3/latex3/compare/2018-05-12...2018-08-23
+[2018-05-12]: https://github.com/latex3/latex3/compare/2018-04-30...2018-05-12
+[2018-04-30]: https://github.com/latex3/latex3/compare/2018-03-05...2018-04-30
+[2018-03-05]: https://github.com/latex3/latex3/compare/2018-02-21...2018-03-05
+[2018-02-21]: https://github.com/latex3/latex3/compare/2017-12-16...2018-02-21