summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/generic/collargs/CHANGELOG.md25
-rw-r--r--Master/texmf-dist/doc/generic/collargs/FILES3
-rw-r--r--Master/texmf-dist/doc/generic/collargs/README.md11
3 files changed, 38 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/generic/collargs/CHANGELOG.md b/Master/texmf-dist/doc/generic/collargs/CHANGELOG.md
new file mode 100644
index 00000000000..e3e1204b2d6
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/collargs/CHANGELOG.md
@@ -0,0 +1,25 @@
+# CollArgs changelog
+
+This package was developed as an auxiliary package of
+[Memoize](https://ctan.org/pkg/memoize), and is documented alongside that
+package. Note, however, that the Memoize manual, `memoize-doc.pdf`, is not
+reissued for patch-level releases of CollArgs; the version of the Memoize manual
+fully applicable to the particular version of CollArgs is indicated at each
+version.
+
+Whenever the date of the Memoize manual is older than the release date of a
+particular version of CollArgs, the documented source of CollArgs shown in that
+version of `memoize-code.pdf` of course does not reflect the latest changes; in
+those cases, please see [Memoize's GitHub
+repository](https://github.com/sasozivanovic/memoize) for the recent
+development history.
+
+## 2024/01/02 v1.1.0
+* Implement `brace collected`.
+
+Manual: Memoize 2024/01/02 v1.1.0
+
+## 2023/10/10 v1.0.0
+* The initial release.
+
+Manual: Memoize 2023/10/10 v1.0.0
diff --git a/Master/texmf-dist/doc/generic/collargs/FILES b/Master/texmf-dist/doc/generic/collargs/FILES
index 626a9ab54e4..695158b5b18 100644
--- a/Master/texmf-dist/doc/generic/collargs/FILES
+++ b/Master/texmf-dist/doc/generic/collargs/FILES
@@ -1,9 +1,10 @@
doc/generic/collargs/LICENCE
doc/generic/collargs/INSTALL.md
+doc/generic/collargs/CHANGELOG.md
doc/generic/collargs/FILES
doc/generic/collargs/README.md
tex/latex/collargs/collargs.sty
-tex/context/collargs/t-collargs.tex
+tex/context/third/collargs/t-collargs.tex
tex/plain/collargs/collargs.tex
source/generic/collargs/collargs.edtx
source/generic/collargs/Makefile
diff --git a/Master/texmf-dist/doc/generic/collargs/README.md b/Master/texmf-dist/doc/generic/collargs/README.md
index f36abea78a0..235225f08a9 100644
--- a/Master/texmf-dist/doc/generic/collargs/README.md
+++ b/Master/texmf-dist/doc/generic/collargs/README.md
@@ -6,3 +6,14 @@ This package was developed as an auxiliary package of
[Memoize](https://ctan.org/pkg/memoize). This is why it is, somewhat
unconventionally, documented alongside that package. This applies to both the
manual and the documented code listing.
+
+# LICENCE
+
+This work may be distributed and/or modified under the conditions of the LaTeX
+Project Public License, either version 1.3c of this license or (at your option)
+any later version. The latest version of this license is in
+https://www.latex-project.org/lppl.txt and version 1.3c or later is part of all
+distributions of LaTeX version 2008 or later.
+
+This work has the LPPL maintenance status `maintained'. The Current Maintainer
+of this work is Sašo Živanović (saso.zivanovic@guest.arnes.si).