summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/l3experimental/CHANGELOG.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-09-12 03:03:44 +0000
committerNorbert Preining <norbert@preining.info>2020-09-12 03:03:44 +0000
commit206f46fee13b7233673f40672f21b29a61c70cd9 (patch)
tree61e874e278eec407b2a151098c3822f788dcc1ed /macros/latex/contrib/l3experimental/CHANGELOG.md
parent026bcd88f082ea4bb3f2ddbac395339309f00a63 (diff)
CTAN sync 202009120303
Diffstat (limited to 'macros/latex/contrib/l3experimental/CHANGELOG.md')
-rw-r--r--macros/latex/contrib/l3experimental/CHANGELOG.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/macros/latex/contrib/l3experimental/CHANGELOG.md b/macros/latex/contrib/l3experimental/CHANGELOG.md
index 4a8085effb..362059210b 100644
--- a/macros/latex/contrib/l3experimental/CHANGELOG.md
+++ b/macros/latex/contrib/l3experimental/CHANGELOG.md
@@ -7,6 +7,11 @@ this project uses date-based 'snapshot' version identifiers.
## [Unreleased]
+## [2020-09-11]
+
+### Fixed
+- Typos in CIELAB support
+
## [2020-09-01]
### Added
@@ -24,7 +29,8 @@ this project uses date-based 'snapshot' version identifiers.
### Changed
- Move drawing color functions to `l3color`, generalising the approach
- with better `dvips` support
+ with better `dvips` support (viz. `\draw_color:n` becomes `\color_select:n`,
+ `\draw_color_[fill|stroke]:n` become `\color_[fill|stroke]:n`)
## [2020-07-17]
@@ -168,7 +174,8 @@ this project uses date-based 'snapshot' version identifiers.
- 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/2020-09-01...HEAD
+[Unreleased]: https://github.com/latex3/latex3/compare/2020-09-11...HEAD
+[2020-09-11]: https://github.com/latex3/latex3/compare/2020-09-01...2020-09-11
[2020-09-01]: https://github.com/latex3/latex3/compare/2020-08-07...2020-09-01
[2020-08-07]: https://github.com/latex3/latex3/compare/2020-07-17...2020-08-07
[2020-07-17]: https://github.com/latex3/latex3/compare/2020-06-18...2020-07-17