summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-09-02 21:38:04 +0000
committerKarl Berry <karl@freefriends.org>2020-09-02 21:38:04 +0000
commitc4ee329d9de36c54e6715838a7617a385228e519 (patch)
tree425aed8cb12860211598c572beea774479d8b351 /Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md
parentd59eb254bbc4402d6e35a1e112e652643512faa3 (diff)
l3 (2sep20)
git-svn-id: svn://tug.org/texlive/trunk@56245 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.md24
1 files changed, 23 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md b/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md
index 8a405794498..e388a2f9411 100644
--- a/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md
+++ b/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md
@@ -7,6 +7,23 @@ this project uses date-based 'snapshot' version identifiers.
## [Unreleased]
+## [2020-09-01]
+
+### Added
+- `\hbox_overlap_center:n`
+
+### Changed
+- Backend setting for direct PDF output
+- Backend setting for XeTeX support
+
+### Deprecated
+- Backend setting `pdfmode`
+
+### Fixed
+- `\file_compare_timestamp:nNn(TF)` in LuaTeX (issue #792)
+- Text case changing and expansion where an excluded command is equivalent
+ to `\use:n`
+
## [2020-08-07]
### Changed
@@ -27,6 +44,7 @@ this project uses date-based 'snapshot' version identifiers.
### Fixed
- File lookup with `\input@path`
+- 8-bit encodings in `\str_set_convert:Nnnn`
### Changed
- Implementation of `\file_parse_full_name:nNNN` now uses
@@ -37,6 +55,9 @@ this project uses date-based 'snapshot' version identifiers.
### Removed
- Functions deprecated at end of 2019
+### Deprecated
+- `\str_declare_eight_bit_encoding:nnn`
+
## [2020-06-18]
### Changed
@@ -734,7 +755,8 @@ this project uses date-based 'snapshot' version identifiers.
- Step func­tions have been added for dim vari­ables,
e.g. `\dim_step_in­line:nnnn`
-[Unreleased]: https://github.com/latex3/latex3/compare/2020-08-07...HEAD
+[Unreleased]: https://github.com/latex3/latex3/compare/2020-09-01...HEAD
+[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
[2020-06-18]: https://github.com/latex3/latex3/compare/2020-06-03...2020-06-18