diff options
author | Karl Berry <karl@freefriends.org> | 2020-05-07 21:25:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-05-07 21:25:38 +0000 |
commit | 1a52ee4251e2b2e1f1669a14319a600e0c5f24c9 (patch) | |
tree | edb2542521503451c1112f49cd19dd9ee7e666ac /Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md | |
parent | 713c3f96e876bca9b0516ae3d5fd5bd35f24d074 (diff) |
l3 (7may20)
git-svn-id: svn://tug.org/texlive/trunk@55057 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md b/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md index 935c8f32122..fdcb30461fd 100644 --- a/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md +++ b/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md @@ -7,10 +7,18 @@ this project uses date-based 'snapshot' version identifiers. ## [Unreleased] +## [2020-05-05] + +### Added +- Recognize the exponent marker `E` (same as `e`) in floating point numbers + +### Fixed +- Leave active characters untouched when case-changing (see #715) + ## [2020-04-06] ### Added -- Control for start-of-titecasing: see `\l_text_titlecase_check_letter_bool` +- Control for start-of-titlecasing: see `\l_text_titlecase_check_letter_bool` ### Fixed - Nesting of `\seq_shuffle:N` in another sequence mapping (issue #687) @@ -665,7 +673,8 @@ this project uses date-based 'snapshot' version identifiers. - Step functions have been added for dim variables, e.g. `\dim_step_inline:nnnn` -[Unreleased]: https://github.com/latex3/latex3/compare/2020-04-06...HEAD +[Unreleased]: https://github.com/latex3/latex3/compare/2020-05-05...HEAD +[2020-05-05]: https://github.com/latex3/latex3/compare/2020-04-06...2020-05-05 [2020-04-06]: https://github.com/latex3/latex3/compare/2020-03-06...2020-04-06 [2020-03-06]: https://github.com/latex3/latex3/compare/2020-03-03...2020-03-06 [2020-03-03]: https://github.com/latex3/latex3/compare/2020-02-25...2020-03-03 |