diff options
author | Norbert Preining <norbert@preining.info> | 2024-03-18 03:01:30 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2024-03-18 03:01:30 +0000 |
commit | 9c8677e09c2c9b0d9593f26ed226411d68160a4e (patch) | |
tree | 1c5464d3dc4dbe0ad27d69bec29b581f4b0d1fdd /macros/generic/memoize/CHANGELOG.md | |
parent | 55140d5421e1ad0024c9acbfa72bd06402c2aa9f (diff) |
CTAN sync 202403180301
Diffstat (limited to 'macros/generic/memoize/CHANGELOG.md')
-rw-r--r-- | macros/generic/memoize/CHANGELOG.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/macros/generic/memoize/CHANGELOG.md b/macros/generic/memoize/CHANGELOG.md index d92796b69e..3b58418359 100644 --- a/macros/generic/memoize/CHANGELOG.md +++ b/macros/generic/memoize/CHANGELOG.md @@ -3,6 +3,28 @@ For the development history, see [Memoize's GitHub repository](https://github.com/sasozivanovic/memoize). +## 2024/03/15 v1.2.0 + +* Biblatex support: + * Allow for entries containing verbatim material. + * Support `\volcite` commands. + * Implement `biblatex ccmemo cite`. + * Submit all known citation commands to `auto`-keys `(vol)cite(s)`. + * The support must be explicitly loaded by `\mmzset{biblatex}`. +* Minor changes: + * Separate generic PGF support out of TikZ support. + * Support `latexmk`. + * Drop the obsolete workaround for package `morewrites`. + * Clear Memoize's `begindocument` hooks after executing them. +* Documentation: + * Introduce section "Support for specific classes and packages". + * Improve the documentation of argument specification accepted by CollArgs' + command `\CollectArguments` and Advice's key `args`, in particular with + reference to the fact that since 2020, the functionality of package + `xparse` is mostly integrated into the LaTeX kernel. + * Add a note about `TEXLIVE_WINDOWS_TRY_EXTERNAL_PERL`. + * Various minor changes. + ## 2024/01/21 v1.1.2 * Fix a bug in Biblatex support. |