diff options
Diffstat (limited to 'macros/latex/contrib/tcolorbox/CHANGES.md')
-rw-r--r-- | macros/latex/contrib/tcolorbox/CHANGES.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/macros/latex/contrib/tcolorbox/CHANGES.md b/macros/latex/contrib/tcolorbox/CHANGES.md index a0287ad4b2..bd48493c90 100644 --- a/macros/latex/contrib/tcolorbox/CHANGES.md +++ b/macros/latex/contrib/tcolorbox/CHANGES.md @@ -22,6 +22,34 @@ and this project adheres to +## [6.4.1] - 2024-10-22 + +### Changed +- Updated `zref-clever` support so that `label type` can also work with `label is label` (issue #295) +- Documentation: change mention of `tikz` to `tikzfill.image` in skins description (issue #293) +- `tcolorbox-tutorial-poster.tex`: Using `breakafterinrun` to break long sequences of dashes (issue #294) + + + +## [6.4.0] - 2024-09-27 + +### Added +- Libary `documentation`: + - `\refPkg` for referring packages on CTAN (issue #290) + +### Changed +- Precautions for tikz options with square brackets (issue #284) +- Usage warnings added for deprecated options `before example`, `after example`, and `graphical environment` (issue #284) +- Documenation for TikZ Picture Option Keys adapted (issue #285) +- Label `tcolorbox` added to LaTeX hooks (issue #287) +- Libary `minted`: Minted option `envname` now supported by package `minted` directly (issue #2) + +### Fixed +- Libary `minted`: `minted Warning: Macro \minted@def@optcl is deprecated with minted v3` (issue #2) +- `tcolorbox-tutorial-poster.tex`: minted v3 seems to need escaped comma `\,` instead of `,` inside `breakafter` + + + ## [6.3.0] - 2024-07-10 ### Added |