summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/fontscale/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/fontscale/CHANGELOG.md')
-rw-r--r--Master/texmf-dist/doc/latex/fontscale/CHANGELOG.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/fontscale/CHANGELOG.md b/Master/texmf-dist/doc/latex/fontscale/CHANGELOG.md
index 7ee3fe03623..3b649abc454 100644
--- a/Master/texmf-dist/doc/latex/fontscale/CHANGELOG.md
+++ b/Master/texmf-dist/doc/latex/fontscale/CHANGELOG.md
@@ -7,6 +7,23 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
## [Unreleased]
+## [v3.0.5] - 2025-01-03
+
+### Changed
+- Clarified some package functionalities in the documentation:
+ - The new font baselineskip set by `\ScaleFont` has no stretch and shrink
+ components.
+ - `\ScaleFont` is intended as a more robust alternative to `\scalefont` from
+ the `scalefnt` package.
+ - `\SetFontSizeBaselineskip` is intended as a more robust alternative to
+ `\fontsize` + `\selectfont`.
+ - `\PrintAllFontSizeParameters`, `\PrintSampleText`, and
+ `\PrintFontSizeCommand` cannot be used in math mode.
+- Code improvements:
+ - The package messages are now defined first.
+ - The package now regularly uses `\dim_to_fp:n` when handling dimensions
+ within floating point expressions.
+
## [v3.0.4] - 2024-12-22
### Changed