Skip to content

Commit

Permalink
Update .changeset/spotty-falcons-explain.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestognw authored Apr 22, 2024
1 parent 52faabc commit dc6abbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/spotty-falcons-explain.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'openzeppelin-solidity': minor
---

`Math`, `SafeMath`: Replace simple ternary operations `cond ? a : b` by a more efficient branchless `ternary` function.
`Math`, `SignedMath`: Add a branchless `ternary` function that computes`cond ? a : b` in constant gas cost.

0 comments on commit dc6abbc

Please sign in to comment.