Skip to content

Commit 4daeacd

Browse files
committed
docs: release 4.1.2
1 parent 5d1d751 commit 4daeacd

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Common Changelog](https://common-changelog.org/), and this project adheres to
66
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
[4.1.2]: https://github.com/PaulRBerg/prb-math/compare/v4.1.1...v4.1.2
89
[4.1.1]: https://github.com/PaulRBerg/prb-math/compare/v4.1.0...v4.1.1
910
[4.1.0]: https://github.com/PaulRBerg/prb-math/compare/v4.0.3...v4.1.0
1011
[4.0.3]: https://github.com/PaulRBerg/prb-math/compare/v4.0.2...v4.0.3
@@ -35,6 +36,14 @@ The format is based on [Common Changelog](https://common-changelog.org/), and th
3536
[1.0.1]: https://github.com/PaulRBerg/prb-math/compare/v1.0.0...v1.0.1
3637
[1.0.0]: https://github.com/PaulRBerg/prb-math/releases/tag/v1.0.0
3738

39+
## [4.1.2] - 2026-05-30
40+
41+
### Fixed
42+
43+
- Check `y == 0` before `abs(x)` in `SD59x18.powu` so that `MIN_SD59x18 ** 0` returns `UNIT` instead of reverting
44+
([#279](https://github.com/PaulRBerg/prb-math/pull/279)) (@BhariGowda)
45+
- Correct inline comment for the `remainder` expression in `UD60x18.floor` ([#277](https://github.com/PaulRBerg/prb-math/pull/277)) (@ikwuoz)
46+
3847
## [4.1.1] - 2026-02-11
3948

4049
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@prb/math",
33
"description": "Solidity library for advanced fixed-point math",
4-
"version": "4.1.1",
4+
"version": "4.1.2",
55
"author": {
66
"name": "Paul Razvan Berg",
77
"url": "https://github.com/PaulRBerg"

0 commit comments

Comments
 (0)