[latex3-commits] [latex3/latex2e] gh1078: Add \changes and changes.txt (1c255482)

github at latex-project.org github at latex-project.org
Tue Jun 6 18:10:06 CEST 2023


Repository : https://github.com/latex3/latex2e
On branch  : gh1078
Link       : https://github.com/latex3/latex2e/commit/1c2554822ed7ff36b6d740626e7963de89616302

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

commit 1c2554822ed7ff36b6d740626e7963de89616302
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date:   Tue Jun 6 13:10:06 2023 -0300

    Add \changes and changes.txt


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

1c2554822ed7ff36b6d740626e7963de89616302
 base/changes.txt | 5 +++++
 base/lthooks.dtx | 6 ++++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/base/changes.txt b/base/changes.txt
index ba5d56e1..286d5402 100644
--- a/base/changes.txt
+++ b/base/changes.txt
@@ -6,6 +6,11 @@ completeness or accuracy and it contains some references to files that
 are not part of the distribution.
 ================================================================================
 
+2023-05-21  Phelype Oleinik  <phelype.oleinik at latex-project.org>
+
+	* lthooks.dtx (subsection{Adding or removing hook code}):
+	Short-circuit when the hook is declared without args (gh1078).
+
 2023-05-31  Joseph Wright  <Joseph.Wright at latex-project.org>
 
 	* usrgudie.text
diff --git a/base/lthooks.dtx b/base/lthooks.dtx
index 328830d3..3807d25c 100644
--- a/base/lthooks.dtx
+++ b/base/lthooks.dtx
@@ -31,8 +31,8 @@
 %%% From File: lthooks.dtx
 %
 %    \begin{macrocode}
-\def\lthooksversion{v1.1d}
-\def\lthooksdate{2023/05/21}
+\def\lthooksversion{v1.1e}
+\def\lthooksdate{2023/06/06}
 %    \end{macrocode}
 %
 %<*driver>
@@ -4433,6 +4433,8 @@
 %   stored as parameter tokens.
 % \changes{v1.1a}{2023/04/06}
 %         {Macro added (hook-args).}
+% \changes{v1.1e}{2023/06/06}
+%         {Short-circuit when the hook is declared without args (gh1078).}
 %    \begin{macrocode}
 %<latexrelease>\IncludeInRelease{2023/06/01}{\@@_cs_gput_right:nnn}
 %<latexrelease>                 {Hooks~with~args}





More information about the latex3-commits mailing list.