summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/l3packages/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/l3packages/CHANGELOG.md')
-rw-r--r--Master/texmf-dist/doc/latex/l3packages/CHANGELOG.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/l3packages/CHANGELOG.md b/Master/texmf-dist/doc/latex/l3packages/CHANGELOG.md
new file mode 100644
index 00000000000..bb08e570834
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/l3packages/CHANGELOG.md
@@ -0,0 +1,31 @@
+# Changelog
+All notable changes to the `l3packages` 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-23]
+
+### Added
+- `CHANGELOG.md` (fixes #460)
+
+## [2018-05-12]
+
+### Changed
+- Track changes in primitive naming in `l3kernel`
+
+## [2018-04-30]
+
+### Changed
+- `xparse`: allow spaces before trailing optional arguments,
+ with new "!" modifier to control behavior
+- Switch to ISO date format
+- Improve cross-module use of internal functions
+
+[Unreleased]: https://github.com/latex3/latex3/compare/2018-08-23...HEAD
+[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/2017-12-16...2018-04-30