Files
openzeppelin-contracts/.changeset/red-dots-fold.md
2023-06-02 14:20:58 -03:00

6 lines
319 B
Markdown

---
'openzeppelin-solidity': major
---
Overrides are now used internally for a number of functions that were previously hardcoded to their default implementation in certain locations: `ERC1155Supply.totalSupply`, `ERC721.ownerOf`, `ERC721.balanceOf` in `ERC721Enumerable`, and `ERC20.totalSupply` in `ERC20FlashMint`.