summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/siunitx/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/siunitx/CHANGELOG.md')
-rw-r--r--macros/latex/contrib/siunitx/CHANGELOG.md18
1 files changed, 17 insertions, 1 deletions
diff --git a/macros/latex/contrib/siunitx/CHANGELOG.md b/macros/latex/contrib/siunitx/CHANGELOG.md
index 614260e845..f12b69375b 100644
--- a/macros/latex/contrib/siunitx/CHANGELOG.md
+++ b/macros/latex/contrib/siunitx/CHANGELOG.md
@@ -7,6 +7,21 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
## [Unreleased]
+## [v3.0.30]
+
+### Changed
+- Delay selection of math mode to better support `tex4ht` (issue
+ [#530](https://github.com/josephwright/siunitx/issues/530))
+
+### Fixed
+- Ensure that units contain `\text` are correctly formatted when printing
+ in math mode (issue
+ [#542](https://github.com/josephwright/siunitx/issues/542))
+- Use `\ExplLoaderFileDate` to test for `expl3` version (issue
+ [#544](https://github.com/josephwright/siunitx/issues/544))
+- Apply number processing options to angles (issue
+ [#546](https://github.com/josephwright/siunitx/issues/546))
+
## [v3.0.29]
### Fixed
@@ -1564,7 +1579,8 @@ 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.29...HEAD
+[Unreleased]: https://github.com/josephwright/siunitx/compare/v3.0.30...HEAD
+[v3.0.30]: https://github.com/josephwright/siunitx/compare/v3.0.29...v3.0.30
[v3.0.29]: https://github.com/josephwright/siunitx/compare/v3.0.28...v3.0.29
[v3.0.28]: https://github.com/josephwright/siunitx/compare/v3.0.27...v3.0.28
[v3.0.27]: https://github.com/josephwright/siunitx/compare/v3.0.26...v3.0.27