diff options
author | Karl Berry <karl@freefriends.org> | 2022-05-03 20:23:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-05-03 20:23:46 +0000 |
commit | 4186dc31275a1c781f9280fa0082d5051d8b38b7 (patch) | |
tree | 78a118a769df227059ee1a7dcd18c2b1d1c218bf /Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md | |
parent | 23d6bfdbd2861cbd9950350b8913561a39bc3f09 (diff) |
siunitx (3may22)
git-svn-id: svn://tug.org/texlive/trunk@63218 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md b/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md index c0810e829bd..28789f440fc 100644 --- a/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md +++ b/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md @@ -7,6 +7,11 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to ## [Unreleased] +## [v3.1.1] - 2022-05-03 + +### Changed +- Allow for _e.g._ `\clist_item:Nn` usage inside `\unit` argument + ## [v3.1.0] - 2022-04-25 ### Added @@ -1769,7 +1774,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.1.0...HEAD +[Unreleased]: https://github.com/josephwright/siunitx/compare/v3.1.1...HEAD +[v3.1.1]: https://github.com/josephwright/siunitx/compare/v3.1.0...v3.1.1 [v3.1.0]: https://github.com/josephwright/siunitx/compare/v3.0.50...v3.1.0 [v3.0.50]: https://github.com/josephwright/siunitx/compare/v3.0.49...v3.0.50 [v3.0.49]: https://github.com/josephwright/siunitx/compare/v3.0.48...v3.0.49 |