This commit is contained in:
Francisco Giordano
2021-04-29 18:04:21 -03:00
parent 903df56837
commit 23869e5b2a
4 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## 4.1.0
## 4.1.0 (2021-04-29)
* `IERC20Metadata`: add a new extended interface that includes the optional `name()`, `symbol()` and `decimals()` functions. ([#2561](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/2561))
* `ERC777`: make reception acquirement optional in `_mint`. ([#2552](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/2552))