Update changelog

release-v4.8
Francisco Giordano 2 years ago
parent ea595f5960
commit 7bdd255a05
  1. 5
      .changeset/silent-pugs-scream.md
  2. 5
      .changeset/thirty-shrimps-mix.md
  3. 5
      CHANGELOG.md

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

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

@ -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`.

Loading…
Cancel
Save