Ver Fonte

Add bugfix backport changelog entry.

Nicolás Venturo há 6 anos atrás
pai
commit
634883ce8e
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      CHANGELOG.md

+ 3 - 0
CHANGELOG.md

@@ -2,6 +2,9 @@
 
 ## 2.2.0 (unreleased)
 
+## 2.1.3 (2019-26-02)
+ * Backported `SafeERC20.safeApprove` bugfix. ([#1647](https://github.com/OpenZeppelin/openzeppelin-solidity/pull/1647))
+
 ## 2.1.2 (2019-17-01)
  * Removed most of the test suite from the npm package, except `PublicRole.behavior.js`, which may be useful to users testing their own `Roles`.