[latex3-commits] [git/LaTeX3-latex3-latex3] master: Log \keyval_parse:NNn change (10bd35502)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Mar 3 17:59:10 CET 2020


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/10bd3550251a22b315b6763873ea44ddbfa7f13d

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

commit 10bd3550251a22b315b6763873ea44ddbfa7f13d
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Feb 21 09:52:05 2020 +0000

    Log \keyval_parse:NNn change
    
    This is a syntax change, so needs full documentation.


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

10bd3550251a22b315b6763873ea44ddbfa7f13d
 l3kernel/CHANGELOG.md             | 1 +
 l3kernel/doc/l3syntax-changes.tex | 7 +++++++
 2 files changed, 8 insertions(+)

diff --git a/l3kernel/CHANGELOG.md b/l3kernel/CHANGELOG.md
index 140366418..3f6609afc 100644
--- a/l3kernel/CHANGELOG.md
+++ b/l3kernel/CHANGELOG.md
@@ -23,6 +23,7 @@ this project uses date-based 'snapshot' version identifiers.
 
 ### Changed
 - Allow `dvisvgm` driver with XeTeX (issue #677)
+- `\keyval_parse:NNn` is now expandable
 
 ### Fixed
 - `undo-recent-deprecations` would not reload the deprecation code
diff --git a/l3kernel/doc/l3syntax-changes.tex b/l3kernel/doc/l3syntax-changes.tex
index f6b5382fe..3b347b230 100644
--- a/l3kernel/doc/l3syntax-changes.tex
+++ b/l3kernel/doc/l3syntax-changes.tex
@@ -180,4 +180,11 @@ No change.
     function was \texttt{N}-type.
 \end{itemize}
 
+\section{February 2020}
+
+\begin{itemize}
+  \item \cs{keyval_parse:NNn} now works by expansion, returning
+    the parsed list inside \cs{exp_not:n}.
+\end{itemize}
+
 \end{document}





More information about the latex3-commits mailing list.