Ver código fonte

Update changelog

Francisco Giordano 2 anos atrás
pai
commit
7bdd255a05
3 arquivos alterados com 5 adições e 10 exclusões
  1. 0 5
      .changeset/silent-pugs-scream.md
  2. 0 5
      .changeset/thirty-shrimps-mix.md
  3. 5 0
      CHANGELOG.md

+ 0 - 5
.changeset/silent-pugs-scream.md

@@ -1,5 +0,0 @@
----
-'openzeppelin-solidity': patch
----
-
-`GovernorCompatibilityBravo`: Fix encoding of proposal data when signatures are missing.

+ 0 - 5
.changeset/thirty-shrimps-mix.md

@@ -1,5 +0,0 @@
----
-'openzeppelin-solidity': patch
----
-
-`TransparentUpgradeableProxy`: Fix transparency in case of selector clash with non-decodable calldata or payable mutability.

+ 5 - 0
CHANGELOG.md

@@ -1,5 +1,10 @@
 # Changelog
 
+## 4.8.3
+
+- `GovernorCompatibilityBravo`: Fix encoding of proposal data when signatures are missing.
+- `TransparentUpgradeableProxy`: Fix transparency in case of selector clash with non-decodable calldata or payable mutability. ([#4154](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/4154))
+
 ## 4.8.2 (2023-03-02)
 
 - `ERC721Consecutive`: Fixed a bug when `_mintConsecutive` is used for batches of size 1 that could lead to balance overflow. Refer to the breaking changes section in the changelog for a note on the behavior of `ERC721._beforeTokenTransfer`.