summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/changes/changes.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/changes/changes.dtx')
-rw-r--r--macros/latex/contrib/changes/changes.dtx5
1 files changed, 3 insertions, 2 deletions
diff --git a/macros/latex/contrib/changes/changes.dtx b/macros/latex/contrib/changes/changes.dtx
index cf459852f9..cdb43d7d46 100644
--- a/macros/latex/contrib/changes/changes.dtx
+++ b/macros/latex/contrib/changes/changes.dtx
@@ -66,6 +66,7 @@
% \changes{v4.0.1}{2021/02/14}{bugfix: Command do undefined}
% \changes{v4.0.2}{2021/04/05}{bugfix: documentation with ifthenelse references}
% \changes{v4.0.3}{2021/05/09}{bugfix: compile error with cite command in change markup with final option}
+% \changes{v4.0.4}{2021/05/13}{bugfix: added missing regression.dtx to ctan archive; no code change}
% \GetFileInfo{changes.dtx}
% \RecordChanges
%
@@ -105,8 +106,8 @@
% Type some information to the console.
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{changes}[2021/05/09 v4.0.3 changes package]
-\typeout{*** changes package 2021/05/09 v4.0.3 ***}
+\ProvidesPackage{changes}[2021/05/13 v4.0.4 changes package]
+\typeout{*** changes package 2021/05/13 v4.0.4 ***}
% \end{macrocode}
%
% Package \docpackage{xkeyval} provides options with key-value-pairs.