Merge release-v4.8 branch

This commit is contained in:
Francisco Giordano
2023-03-02 21:13:25 -03:00
parent e58c6d8ff4
commit eedca5d873
16 changed files with 19 additions and 20 deletions

View File

@ -1,5 +0,0 @@
---
'openzeppelin-solidity': patch
---
`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`.