Add SafeERC20 bugfix changelog entry.

pull/1653/head
Nicolás Venturo 6 years ago
parent 8d0937c54c
commit a39bea230e
  1. 1
      CHANGELOG.md

@ -14,6 +14,7 @@
* Fixed variable shadowing issues. ([#1606](https://github.com/OpenZeppelin/openzeppelin-solidity/pull/1606))
### Bugfixes:
* (minor) `SafeERC20`: `safeApprove` wasn't properly checking for a zero allowance when attempting to set a non-zero allowance. ([#1647](https://github.com/OpenZeppelin/openzeppelin-solidity/pull/1647))
### Breaking changes:
* `TokenMetadata` (in drafts) has been renamed to `ERC20Metadata`. ([#1618](https://github.com/OpenZeppelin/openzeppelin-solidity/pull/1618))

Loading…
Cancel
Save