Move some changeset to the "Removals" section of CHANGELOG (#4290)

Co-authored-by: Ernesto García <ernestognw@gmail.com>
Co-authored-by: Francisco <fg@frang.io>
This commit is contained in:
Hadrien Croubois
2023-06-02 17:14:41 +02:00
committed by GitHub
parent 3902a410f1
commit 2d1da295e6
12 changed files with 24 additions and 57 deletions

View File

@ -1,5 +0,0 @@
---
'openzeppelin-solidity': major
---
Remove deprecated GovernorProposalThreshold module.

View File

@ -1,5 +0,0 @@
---
'openzeppelin-solidity': major
---
Removed presets in favor of [OpenZeppelin Contracts Wizard](https://wizard.openzeppelin.com/).

View File

@ -1,5 +0,0 @@
---
'openzeppelin-solidity': major
---
Remove ERC1820Implementer.

View File

@ -1,5 +0,0 @@
---
'openzeppelin-solidity': major
---
Remove Checkpoints.History.

View File

@ -1,5 +0,0 @@
---
'openzeppelin-solidity': major
---
`ERC165Storage`: Removed this contract in favor of inheritance based approach. ([#3880](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3880))

View File

@ -1,5 +0,0 @@
---
'openzeppelin-solidity': major
---
Remove PullPayment and Escrow contracts (Escrow, ConditionalEscrow, RefundEscrow).

View File

@ -1,5 +0,0 @@
---
'openzeppelin-solidity': major
---
Remove the Timers library.

View File

@ -1,5 +0,0 @@
---
'openzeppelin-solidity': major
---
Remove ERC777 implementation.

View File

@ -1,5 +0,0 @@
---
'openzeppelin-solidity': major
---
Remove SafeMath and SignedSafeMath libraries.

View File

@ -1,5 +0,0 @@
---
'openzeppelin-solidity': major
---
Remove CrossChain contracts, including AccessControlCrossChain and all the vendored bridge interfaces.

View File

@ -1,5 +0,0 @@
---
'openzeppelin-solidity': patch
---
`Address`: Removed `isContract` because of its ambiguous nature and potential for misuse.