diff options
Diffstat (limited to 'macros/latex/contrib/siunitx/CHANGELOG.md')
-rw-r--r-- | macros/latex/contrib/siunitx/CHANGELOG.md | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/macros/latex/contrib/siunitx/CHANGELOG.md b/macros/latex/contrib/siunitx/CHANGELOG.md index 364058db97..1266b1623b 100644 --- a/macros/latex/contrib/siunitx/CHANGELOG.md +++ b/macros/latex/contrib/siunitx/CHANGELOG.md @@ -7,6 +7,33 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to ## [Unreleased] +## [v3.0.14] + +### Changed +- Auto-enable `table-fixed-width` when setting `table-column-width` + to a positive value +- Expand `table-format` input before splitting + +### Fixed +- Incorrect handling of `{}` in literal units (issue #487) +- Placement of sign in some complex numbers (issue #488) +- Printing of units in quantities when `uncertainty-mode` is + `separate` and an exponent is present (issue #490) + +## [v3.0.13] + +### Added +- Catalan translations for lists and ranges + +### Fixed +- Position of complex root when no real part is present (issue #481) +- Skip defining `\unit` if the `units` package is loaded (issue #482) +- Printing units in compound quantities when `parse-numbers` is + false (issue #484) +- Printing of `1` when both `print-zero-exponent` and + `print-unity-mantissa` are false (issue #485) +- Printing of ohm symbol in text mode with `fourier` package (issue #486) + ## [v3.0.12] ### Fixed @@ -1368,7 +1395,9 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to ### Added - First public testing release (as `si`) -[Unreleased]: https://github.com/josephwright/siunitx/compare/v3.0.12...HEAD +[Unreleased]: https://github.com/josephwright/siunitx/compare/v3.0.14...HEAD +[v3.0.14]: https://github.com/josephwright/siunitx/compare/v3.0.13...v3.0.14 +[v3.0.13]: https://github.com/josephwright/siunitx/compare/v3.0.12...v3.0.13 [v3.0.12]: https://github.com/josephwright/siunitx/compare/v3.0.11...v3.0.12 [v3.0.11]: https://github.com/josephwright/siunitx/compare/v3.0.10...v3.0.11 [v3.0.10]: https://github.com/josephwright/siunitx/compare/v3.0.9...v3.0.10 |