Commit 83782896 by Nicolás Venturo

2.5.1

parent 3843c9be
# Changelog # Changelog
## 2.5.1 (unreleased) ## 2.5.1 (2020-04-24)
### Bugfixes ### Bugfixes
* `ERC777`: fixed the `_send` and `_approve` internal functions not validating some of their arguments for non-zero addresses. ([#2212](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/2212)) * `ERC777`: fixed the `_send` and `_approve` internal functions not validating some of their arguments for non-zero addresses. ([#2212](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/2212))
......
{ {
"name": "@openzeppelin/contracts", "name": "@openzeppelin/contracts",
"version": "2.5.0", "version": "2.5.1",
"description": "Secure Smart Contract library for Solidity", "description": "Secure Smart Contract library for Solidity",
"files": [ "files": [
"**/*.sol", "**/*.sol",
......
{ {
"package_name": "zeppelin", "package_name": "zeppelin",
"version": "2.5.0", "version": "2.5.1",
"description": "Secure Smart Contract library for Solidity", "description": "Secure Smart Contract library for Solidity",
"authors": [ "authors": [
"OpenZeppelin Community <maintainers@openzeppelin.org>" "OpenZeppelin Community <maintainers@openzeppelin.org>"
......
{ {
"name": "openzeppelin-solidity", "name": "openzeppelin-solidity",
"version": "2.5.0", "version": "2.5.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
{ {
"name": "openzeppelin-solidity", "name": "openzeppelin-solidity",
"version": "2.5.0", "version": "2.5.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