Commit 087d314d by Nicolás Venturo

3.0.1

parent 6e3de4d4
# Changelog # Changelog
## 3.0.1 (unreleased) ## 3.0.1 (2020-04-27)
### Bugfixes ### 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)) * `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))
......
{ {
"name": "@openzeppelin/contracts", "name": "@openzeppelin/contracts",
"version": "3.0.0", "version": "3.0.1",
"description": "Secure Smart Contract library for Solidity", "description": "Secure Smart Contract library for Solidity",
"files": [ "files": [
"**/*.sol", "**/*.sol",
......
{ {
"name": "openzeppelin-solidity", "name": "openzeppelin-solidity",
"version": "3.0.0", "version": "3.0.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
{ {
"name": "openzeppelin-solidity", "name": "openzeppelin-solidity",
"version": "3.0.0", "version": "3.0.1",
"description": "Secure Smart Contract library for Solidity", "description": "Secure Smart Contract library for Solidity",
"files": [ "files": [
"/contracts/**/*.sol", "/contracts/**/*.sol",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment