diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index b4c8b8ff6..4f6a85f4e 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -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: diff --git a/CHANGELOG.md b/CHANGELOG.md index 30b1da173..288cda55b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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))