Эх сурвалжийг харах

Merge branch 'master' into next-v5.0

Francisco Giordano 2 жил өмнө
parent
commit
fbbaf3365b

+ 1 - 1
.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:

+ 1 - 0
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))