diff options
author | Karl Berry <karl@freefriends.org> | 2024-01-03 21:18:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-01-03 21:18:16 +0000 |
commit | 353c0f08203d3cbe6012341e8e048755ed360bab (patch) | |
tree | 16a0610aa67af5709cf0ef581bf619e01f8dd428 /Master/texmf-dist/doc/generic | |
parent | 4c36524528f5e6d3f25aae1756a00493d59a76c7 (diff) |
advice (3jan24)
git-svn-id: svn://tug.org/texlive/trunk@69283 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic')
-rw-r--r-- | Master/texmf-dist/doc/generic/advice/CHANGELOG.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/advice/CHANGELOG.md b/Master/texmf-dist/doc/generic/advice/CHANGELOG.md index 63de5163a9f..f112324840d 100644 --- a/Master/texmf-dist/doc/generic/advice/CHANGELOG.md +++ b/Master/texmf-dist/doc/generic/advice/CHANGELOG.md @@ -14,6 +14,15 @@ 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 `\AdviceCsnameGetOriginal`. +* Change `\AdviceGetOriginal` to expand to the internal control sequence + holding the original definition of the advised command under full expansion. +* Add the missing info messages for environment (de)activation. +* Add the original command meaning to trace. + +Manual: Memoize 2024/01/02 v1.1.0 + ## 2023/10/25 v1.0.1 * Require package `xparse`, as `\GetDocumentCommandArgSpec` is being dropped from the LaTeX kernel. |