Commit cdf655f7 by Francisco Giordano

2.4.0

parent f5c95cc5
# Changelog # Changelog
## 2.4.0 (unreleased) ## 2.4.0 (2019-10-29)
### New features: ### New features:
* `Address.toPayable`: added a helper to convert between address types without having to resort to low-level casting. ([#1773](https://github.com/OpenZeppelin/openzeppelin-solidity/pull/1773)) * `Address.toPayable`: added a helper to convert between address types without having to resort to low-level casting. ([#1773](https://github.com/OpenZeppelin/openzeppelin-solidity/pull/1773))
......
{ {
"name": "@openzeppelin/contracts", "name": "@openzeppelin/contracts",
"version": "2.4.0-beta.2", "version": "2.4.0",
"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.4.0-beta.2", "version": "2.4.0",
"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.4.0-beta.2", "version": "2.4.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
......
{ {
"name": "openzeppelin-solidity", "name": "openzeppelin-solidity",
"version": "2.4.0-beta.2", "version": "2.4.0",
"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