[latex3-commits] [git/LaTeX3-latex3-latex3] l3text: Simplfy ChangeLog [ci skip] (9fa3861ab)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Dec 6 12:56:58 CET 2019


Repository : https://github.com/latex3/latex3
On branch  : l3text
Link       : https://github.com/latex3/latex3/commit/9fa3861ab81a733b29849aeabae2516e0a75f93e

>---------------------------------------------------------------

commit 9fa3861ab81a733b29849aeabae2516e0a75f93e
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Dec 6 11:56:58 2019 +0000

    Simplfy ChangeLog [ci skip]
    
    As suggested by BLF.


>---------------------------------------------------------------

9fa3861ab81a733b29849aeabae2516e0a75f93e
 l3kernel/CHANGELOG.md | 24 ++++++------------------
 1 file changed, 6 insertions(+), 18 deletions(-)

diff --git a/l3kernel/CHANGELOG.md b/l3kernel/CHANGELOG.md
index 8ff67bbe6..448e28bf4 100644
--- a/l3kernel/CHANGELOG.md
+++ b/l3kernel/CHANGELOG.md
@@ -8,32 +8,20 @@ this project uses date-based 'snapshot' version identifiers.
 ## [Unreleased]
 
 ### Added
-- `\char_foldcase:N`
-- `\char_lowercase:N`
-- `\char_uppercase:N`
-- `\char_titlecase:N`
+- `l3text` module including text expansion, case changing and purification
+   features
+- `\char_<type>case:N` (<type> = upper/lower/title/fold)
 - `\char_to_nfd:N`
 - `\file_hex_dump:n(nn)` and `\file_get_hex_dump:n(nn)N(TF)`
-- `\str_foldcase:n`
-- `\str_lowercase:n`
-- `\str_uppercase:n`
-- `\text_expand:n` and supporting mechanisms
-- `\text_purify:n` and supporting mechanisms
-- `\text_lowercase:n, `\text_lowercase:nn`
-- `\text_uppercase:n, `\text_uppercase:nn`
-- `\text_titlecase:n, `\text_titlecase:nn`
+- `\str_foldcase:n` (<type> = upper/lower/fold)
 
 ### Changed
 - Distribute LaTeX3 News
 - Moved `\char_codepoint_to_bytes:n` to stable
 
 ### Deprecated
-- `\str_fold_case:n`,
-- `\str_lower_case:n`
-- `\str_upper_case:n`
-- `\tl_lower_case:n, `\tl_lower_case:nn`
-- `\tl_upper_case:n, `\tl_upper_case:nn`
-- `\tl_mixed_case:n, `\tl_mixed_case:nn`
+- `\str_<type>_case:n` (<type> = upper/lower/mixed)
+- `\tl_<type>_case:n` and `\tl_<type>_case:nn` (<type> = upper/lower/mixed)
 
 ### Removed
 





More information about the latex3-commits mailing list