[latex3-commits] [git/LaTeX3-latex3-latex3] main: Tidy ChangeLog (ci skip) (c7f58cf32)
Joseph Wright
joseph.wright at morningstar2.co.uk
Thu Apr 29 15:48:52 CEST 2021
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/c7f58cf32198d7e02009e97e9824998f20908319
>---------------------------------------------------------------
commit c7f58cf32198d7e02009e97e9824998f20908319
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Apr 29 14:48:52 2021 +0100
Tidy ChangeLog (ci skip)
>---------------------------------------------------------------
c7f58cf32198d7e02009e97e9824998f20908319
l3kernel/CHANGELOG.md | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/l3kernel/CHANGELOG.md b/l3kernel/CHANGELOG.md
index ae01c88da..c628e5746 100644
--- a/l3kernel/CHANGELOG.md
+++ b/l3kernel/CHANGELOG.md
@@ -8,27 +8,27 @@ this project uses date-based 'snapshot' version identifiers.
## [Unreleased]
### Added
-- `\seq_set_split_keep_spaces:Nnn` (see #784)
-- `\tracingstacklevels`
- Color export in comma-separated format
- `\ur{...}` escape in `l3regex` to compose regexes
+- `\seq_set_split_keep_spaces:Nnn` (see #784)
- `\seq_set_item:Nnn(TF)` and `\seq_pop_item:NnN(TF)`
### Changed
-- Breaking change: use prevailing catcodes instead of string in
- regex replacement (issue #621)
+- Use prevailing catcodes instead of string in regex replacement (issue #621)
+ (*Breaking change*)
- `\__kernel_file_name_sanitize:n` now uses a faster `\csname`-based
- approach to expand the file name.
-- `\pdf_version_gset:n` for `dvips`.
+ approach to expand the file name
+- `\pdf_version_gset:n` support for `dvips`
- Improve handling of `\exp_not:n` in `\text_expand:n` (issue #875)
-- `\file_full_name:n` now avoids calling `\pdffilesize` multiple times on the same file.
+- `\file_full_name:n` now avoids calling `\pdffilesize` primitive multiple times
+ on the same file
- Show printable characters explicitly in `\regex_show:n`
- Regex replacement now errors when using a submatch (`\1` etc) for which
the regex has too few groups
### Fixed
-- Evalutate integer constants only once (issue#861)
-- Detect `\ior_map_inline:Nn` calls on undefined streams (issue#194)
+- Evalutate integer constants only once (issue #861)
+- Detect `\ior_map_inline:Nn` calls on undefined streams (issue #194)
### Deprecated
- `l3docstrip` converted to a stub which simply loads DocStrip: use
More information about the latex3-commits
mailing list.