summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/l3experimental/CHANGELOG.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-08-24 22:18:02 +0000
committerKarl Berry <karl@freefriends.org>2018-08-24 22:18:02 +0000
commit9067afb3f8bce172638d12a6f926ab82547590e6 (patch)
treefa13c48c4ed98564fbcee7220e7c1b76b4fbfefe /Master/texmf-dist/doc/latex/l3experimental/CHANGELOG.md
parent8d113437aa8a3fae9dc8603507fa4aa9f64c5517 (diff)
l3 (24aug18)
git-svn-id: svn://tug.org/texlive/trunk@48476 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/l3experimental/CHANGELOG.md')
-rw-r--r--Master/texmf-dist/doc/latex/l3experimental/CHANGELOG.md49
1 files changed, 49 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/l3experimental/CHANGELOG.md b/Master/texmf-dist/doc/latex/l3experimental/CHANGELOG.md
new file mode 100644
index 00000000000..0872d5d5987
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/l3experimental/CHANGELOG.md
@@ -0,0 +1,49 @@
+# 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]
+
+## [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/2018-08-24...HEAD
+[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