blob: 73d98156b1ab1c0f167e95ee24fec7a0894bb499 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
|
# 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]
## [2020-02-08]
### Changed
- Document that `\CurrentOption` is available and should be used in
`l3keys2e`
## [2020-02-03]
### Fixed
- Unknown key error text after loading `l3keys2e`
## [2020-01-12]
### Changed
- Track `l3kernel` changes
## [2019-10-11]
### Fixed
- `xparse`: Allow processors to depend on other arguments (fixes #629)
## [2019-05-28]
### Fixed
- `xparse`: Remove stray spaces in processor information
## [2019-05-03]
### Added
- `xparse`: Support for `trace` package
## [2019-03-05]
### Added
- `xparse`: b-type argument to grab body of environments
### Changed
- `xparse`: make \IfBooleanTF safer
- `xparse`: clearer error messages, especially for environments
- `xparse`: when defining an environment, trim spaces at ends of its name
## [2018-09-24]
### Changed
- `xparse`: put spaces back when a trailing optional arg is absent (fixes #466)
## [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/2020-02-08...HEAD
[2020-02-08]: https://github.com/latex3/latex3/compare/2020-02-03...2020-02-08
[2020-02-03]: https://github.com/latex3/latex3/compare/2020-01-12...2020-02-03
[2020-01-12]: https://github.com/latex3/latex3/compare/2019-10-11...2020-01-12
[2019-10-11]: https://github.com/latex3/latex3/compare/2019-05-28...2019-10-11
[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-09-24...2019-03-05
[2018-09-24]: https://github.com/latex3/latex3/compare/2018-08-23...2018-09-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/2017-12-16...2018-04-30
|