Remove duplicated changesets (#5673)

This commit is contained in:
Ernesto García
2025-05-08 08:35:51 -06:00
committed by GitHub
parent 633a1c85ca
commit e34251682b
10 changed files with 0 additions and 50 deletions

View File

@ -1,5 +0,0 @@
---
'openzeppelin-solidity': minor
---
`Math`: Add `add512`, `mul512` and `mulShr`.

View File

@ -1,5 +0,0 @@
---
'openzeppelin-solidity': minor
---
`Math`: Add saturating arithmetic operations `saturatingAdd`, `saturatingSub` and `saturatingMul`.

View File

@ -1,5 +0,0 @@
---
'openzeppelin-solidity': minor
---
`Initializable`: Add `_initializableStorageSlot` function that returns a pointer to the storage struct. The function allows customizing with a custom storage slot with an `override`.

View File

@ -1,5 +0,0 @@
---
'openzeppelin-solidity': minor
---
`GovernorSuperQuorum`: Add a governance extension to support a super quorum. Proposals that meet the super quorum (and have a majority of for votes) advance to the `Succeeded` state before the proposal deadline.

View File

@ -1,5 +0,0 @@
---
'openzeppelin-solidity': minor
---
`MerkleTree`: Add an update function that replaces a previously inserted leaf with a new value, updating the tree root along the way.

View File

@ -1,5 +0,0 @@
---
'openzeppelin-solidity': minor
---
`TimelockController`: Receive function is now virtual.

View File

@ -1,5 +0,0 @@
---
'openzeppelin-solidity': patch
---
`P256`: Adjust precompile detection in `verifyNative` to consider empty `returndata` on invalid verification. Previously, invalid signatures would've reverted with a `MissingPrecompile` error in chains with RIP-7212 support.

View File

@ -1,5 +0,0 @@
---
'openzeppelin-solidity': minor
---
`Strings`: Add `espaceJSON` that escapes special characters in JSON strings.

View File

@ -1,5 +0,0 @@
---
'openzeppelin-solidity': minor
---
`GovernorVotesSuperQuorumFraction`: Add a variant of the `GovernorSuperQuorum` extensions where the super quorum is expressed as a fraction of the total supply.

View File

@ -1,5 +0,0 @@
---
"openzeppelin-solidity": patch
---
`MessageHashUtils`: Add `toDataWithIntendedValidatorHash(address, bytes32)`.