@ -2,4 +2,6 @@
|
||||
'openzeppelin-solidity': patch
|
||||
---
|
||||
|
||||
`Initializable`: optimize `_disableInitializers` by using `!=` instead of `<`. ([#3787](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3787))
|
||||
`Initializable`: optimize `_disableInitializers` by using `!=` instead of `<`.
|
||||
|
||||
pr: #3787
|
||||
|
||||
@ -2,4 +2,6 @@
|
||||
'openzeppelin-solidity': minor
|
||||
---
|
||||
|
||||
`ReentrancyGuard`: Add a `_reentrancyGuardEntered` function to expose the guard status. ([#3714](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3714))
|
||||
`ReentrancyGuard`: Add a `_reentrancyGuardEntered` function to expose the guard status.
|
||||
|
||||
pr: #3714
|
||||
|
||||
@ -2,4 +2,6 @@
|
||||
'openzeppelin-solidity': patch
|
||||
---
|
||||
|
||||
`Ownable2Step`: make `acceptOwnership` public virtual to enable usecases that require overriding it. ([#3960](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3960))
|
||||
`Ownable2Step`: make `acceptOwnership` public virtual to enable usecases that require overriding it.
|
||||
|
||||
pr: #3960
|
||||
|
||||
@ -2,4 +2,6 @@
|
||||
'openzeppelin-solidity': minor
|
||||
---
|
||||
|
||||
`EnumerableMap`: add a `keys()` function that returns an array containing all the keys. ([#3920](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3920))
|
||||
`EnumerableMap`: add a `keys()` function that returns an array containing all the keys.
|
||||
|
||||
pr: #3920
|
||||
|
||||
@ -2,4 +2,6 @@
|
||||
'openzeppelin-solidity': patch
|
||||
---
|
||||
|
||||
Reformatted codebase with latest version of Prettier Solidity. ([#3898](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3898))
|
||||
Reformatted codebase with latest version of Prettier Solidity.
|
||||
|
||||
pr: #3898
|
||||
|
||||
@ -2,4 +2,6 @@
|
||||
'openzeppelin-solidity': minor
|
||||
---
|
||||
|
||||
`Strings`: add `equal` method. ([#3774](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3774))
|
||||
`Strings`: add `equal` method.
|
||||
|
||||
pr: #3774
|
||||
|
||||
@ -2,4 +2,6 @@
|
||||
'openzeppelin-solidity': patch
|
||||
---
|
||||
|
||||
`Math`: optimize `log256` rounding check. ([#3745](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3745))
|
||||
`Math`: optimize `log256` rounding check.
|
||||
|
||||
pr: #3745
|
||||
|
||||
@ -2,4 +2,6 @@
|
||||
'openzeppelin-solidity': patch
|
||||
---
|
||||
|
||||
`ERC20Votes`: optimize by using unchecked arithmetic. ([#3748](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3748))
|
||||
`ERC20Votes`: optimize by using unchecked arithmetic.
|
||||
|
||||
pr: #3748
|
||||
|
||||
@ -2,4 +2,6 @@
|
||||
'openzeppelin-solidity': patch
|
||||
---
|
||||
|
||||
`Multicall`: annotate `multicall` function as upgrade safe to not raise a flag for its delegatecall. ([#3961](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3961))
|
||||
`Multicall`: annotate `multicall` function as upgrade safe to not raise a flag for its delegatecall.
|
||||
|
||||
pr: #3961
|
||||
|
||||
@ -2,4 +2,6 @@
|
||||
'openzeppelin-solidity': minor
|
||||
---
|
||||
|
||||
`Strings`: add `toString` method for signed integers. ([#3773](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3773))
|
||||
`Strings`: add `toString` method for signed integers.
|
||||
|
||||
pr: #3773
|
||||
|
||||
@ -2,4 +2,6 @@
|
||||
'openzeppelin-solidity': patch
|
||||
---
|
||||
|
||||
`MerkleProof`: optimize by using unchecked arithmetic. ([#3745](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3745))
|
||||
`MerkleProof`: optimize by using unchecked arithmetic.
|
||||
|
||||
pr: #3745
|
||||
|
||||
Reference in New Issue
Block a user