diff options
Diffstat (limited to 'macros/latex/contrib/changes/changes.dtx')
-rw-r--r-- | macros/latex/contrib/changes/changes.dtx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macros/latex/contrib/changes/changes.dtx b/macros/latex/contrib/changes/changes.dtx index c5f18a6d61..5e29a4c990 100644 --- a/macros/latex/contrib/changes/changes.dtx +++ b/macros/latex/contrib/changes/changes.dtx @@ -64,6 +64,7 @@ % \changes{v3.2.2}{2020/06/16}{Merge changes script (pyMergeChanges): Correctly handle multiple different macros in the same line} % \changes{v4.0.0}{2021/01/28}{new: convenience macros, setlocextension, option commandnameprefix, defaultcolor; removed: xifthen, remark} % \changes{v4.0.1}{2021/02/14}{bugfix: Command do undefined} +% \changes{v4.0.2}{2021/04/05}{bugfix: documentation with ifthenelse references} % \GetFileInfo{changes.dtx} % \RecordChanges % @@ -104,8 +105,8 @@ % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{changes} -[2021/02/14 v4.0.1 changes package] -\typeout{*** changes package 2021/02/14 v4.0.1 ***} +[2021/04/05 v4.0.2 changes package] +\typeout{*** changes package 2021/04/05 v4.0.2 ***} % \end{macrocode} % % Package \docpackage{xkeyval} provides options with key-value-pairs. @@ -601,7 +602,6 @@ % \begin{macro}{\IfIsAuthorEmptyAtPosition} % % Check if author is anonymous or position does not equal needed position, therefore the author text is empty. -% This is a new test that can be tested using \doccommand{ifthenelse}. % % This test could be removed if the test for empty \doccommand{Changes@output@author} would work. % todo % |