summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/l3experimental/README.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-12-08 21:35:35 +0000
committerKarl Berry <karl@freefriends.org>2023-12-08 21:35:35 +0000
commit6d3705c4cb01ac51e8b9224ceef15066cf850536 (patch)
tree133db83c00ff8aa49b56f32950b78d647ef9585b /Master/texmf-dist/doc/latex/l3experimental/README.md
parent89c6325fe18e571de7db45ca8450b84389786c86 (diff)
l3experimental (8dec23)
git-svn-id: svn://tug.org/texlive/trunk@69065 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/l3experimental/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/l3experimental/README.md11
1 files changed, 1 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/l3experimental/README.md b/Master/texmf-dist/doc/latex/l3experimental/README.md
index 138d7975300..52c7d97926b 100644
--- a/Master/texmf-dist/doc/latex/l3experimental/README.md
+++ b/Master/texmf-dist/doc/latex/l3experimental/README.md
@@ -1,7 +1,7 @@
Experimental LaTeX3 Concepts
============================
-Release 2023-11-01
+Release 2023-12-08
Overview
--------
@@ -22,7 +22,6 @@ is updated at the same time.
Currently included in the CTAN release of l3experimental are the following
bundles:
* `l3benchmark`
-* `l3bitset`
* `l3draw`
* `l3graphics`
* `l3opacity`
@@ -36,14 +35,6 @@ bundles:
This module provides support for benchmarking the performance of code.
-`l3bitset`
--------------
-
-This module provides a `bitset` data type, a vector of bits, which can be set
-and unset using their individual index in the vector, or using names assigned to
-each position in the vector. The bitset can be returned as a string of bits or
-as a decimal integer.
-
`l3draw`
--------