Merge branch 'master' into next-v5.0

pull/3941/head
Francisco Giordano 2 years ago
commit fbbaf3365b
  1. 2
      .github/workflows/checks.yml
  2. 1
      CHANGELOG.md

@ -77,7 +77,7 @@ jobs:
- uses: actions/checkout@v3
- name: Set up environment
uses: ./.github/actions/setup
- run: rm foundry.toml # https://github.com/foundry-rs/foundry/issues/3827
- run: rm foundry.toml
- uses: crytic/slither-action@v0.2.0
codespell:

@ -46,6 +46,7 @@ function supportsInterface(bytes4 interfaceId) public view virtual override retu
## Unreleased
* Reformatted codebase with latest version of Prettier Solidity. ([#3898](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3898))
* `ReentrancyGuard`: Add a `_reentrancyGuardEntered` function to expose the guard status. ([#3714](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3714))
* `ERC20Votes`: optimize by using unchecked arithmetic. ([#3748](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3748))
* `Initializable`: optimize `_disableInitializers` by using `!=` instead of `<`. ([#3787](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3787))

Loading…
Cancel
Save