diff --git a/docstrip-luacode.sty b/docstrip-luacode.sty index bcd35b8..1c69c66 100644 --- a/docstrip-luacode.sty +++ b/docstrip-luacode.sty @@ -1,4 +1,4 @@ -%% Copyright (C) 2020-2022 by Marcel Krueger +%% Copyright (C) 2020-2024 by Marcel Krueger %% %% This file may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either diff --git a/lua-ul.dtx b/lua-ul.dtx index 44cdbb2..d389573 100644 --- a/lua-ul.dtx +++ b/lua-ul.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -%% Copyright (C) 2020-2022 by Marcel Krueger +%% Copyright (C) 2020-2024 by Marcel Krueger %% %% This file may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either @@ -244,6 +244,7 @@ local callback_define % \end{macrocode} % HACK: Do not do this at home! We need to define the engine callback directly, % so we use the debug library to get the ``real'' \verb+callback.define+: +% \changes{0.2.1}{2024-02-26}{Reimplement callback patching to be TL 2024 compatible} % \begin{macrocode} do local saved_luatexbase, saved_callback_register = luatexbase, callback.register @@ -937,7 +938,7 @@ require'lua-ul-patches-preserve-attr' \NeedsTeXFormat{LaTeX2e} \ProvidesExplPackage {lua-ul} - {2022-05-31}{0.2.0}{Underlining and related functionality for LuaTeX} + {2024-02-26}{0.2.1}{Underlining and related functionality for LuaTeX} % \fi % First define some messages. % \begin{macrocode}