Add changelog entry

This commit is contained in:
Nicolás Venturo
2020-04-24 16:08:00 -03:00
parent e156b617b9
commit d0f67f99a7

View File

@ -1,5 +1,10 @@
# Changelog # Changelog
## 3.0.1 (unreleased)
### Bugfixes
* `ERC777`: fixed the `_approve` internal function not validating some of their arguments for non-zero addresses. ([#2213](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/2213))
## 3.0.0 (2020-04-20) ## 3.0.0 (2020-04-20)
### New features ### New features