[latex3-commits] [latex3/xcolor] changekeyhandler: from review: switch to version 3 (728198a)
github at latex-project.org
github at latex-project.org
Sat Nov 11 15:22:16 CET 2023
Repository : https://github.com/latex3/xcolor
On branch : changekeyhandler
Link : https://github.com/latex3/xcolor/commit/728198ab7af3c4804309fd31e597bf94da853888
>---------------------------------------------------------------
commit 728198ab7af3c4804309fd31e597bf94da853888
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Sat Nov 11 15:22:16 2023 +0100
from review: switch to version 3
>---------------------------------------------------------------
728198ab7af3c4804309fd31e597bf94da853888
ChangeLog | 5 +++--
README.md | 2 +-
xcolor.dtx | 7 ++++---
3 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 0a28c01..7608690 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,9 +3,10 @@ https://github.com/latex3/xcolor/issues
History
=======
-2023/11/11 v.2.15
+2023/11/11 v3.00
* If a LaTeX older than 2022-06-01 is detected a frozen version is used.
- All new features apply only if LaTeX 2022-06-01 or newer is detected
+ All new features apply only if LaTeX 2022-06-01 or newer is detected.
+ The frozen version can also be requested with \usepackage{xcolor}[=v2].
* The new LaTeX key/val handler is used for the package options. That means there
will be less option clash errors, issue #29
* The \rowcolors command has moved to the colortbl package
diff --git a/README.md b/README.md
index 097e4d7..b770295 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
## Package `xcolor` by Dr. Uwe Kern
-Version 2023-11-11 v2.15
+Version 2023-11-11 v3.00
Maintained by the LaTeX Project https://github.com/latex3/xcolor/issues
diff --git a/xcolor.dtx b/xcolor.dtx
index 11b3ee2..8805fcd 100644
--- a/xcolor.dtx
+++ b/xcolor.dtx
@@ -18,7 +18,7 @@
%%
%</package>
%<*extract|driver|test1|test2|test3|test4>
-\def\XCfileversion{v2.15}%
+\def\XCfileversion{v3.00}%
\def\XCfiledate{2023/11/11}%
%</extract|driver|test1|test2|test3|test4>
%
@@ -3143,10 +3143,11 @@
%
% \subsection*{History}
% \addcontentsline{toc}{subsection}{History}
-% \subsubsection*{2023/11/11 v2.15}
+% \subsubsection*{2023/11/11 v3.00}
% \begin{itemize}
% \item if a \LaTeX{} older than 2022-06-01 is detected a frozen version is used.
-% All new features apply only if LaTeX 2022-06-01 or newer is detected
+% All new features apply only if LaTeX 2022-06-01 or newer is detected.
+% The frozen version can also be requested with \usepackage{xcolor}[=v2]
% \item The new LaTeX key/val handler is used for the package options.
% That means there will be less option clash errors (issue \#29).
% item The |\rowcolors| command has moved to the |colortbl| package and is no longer
More information about the latex3-commits
mailing list.