Commit 6d987f14 by Nicolás Venturo

Merge branch 'release-v3.1.0'

parents 0cc882ef de99bccb
# Changelog # Changelog
## 3.1.0 (unreleased) ## 3.1.0 (2020-06-23)
### New features ### New features
* `SafeCast`: added functions to downcast signed integers (e.g. `toInt32`), improving usability of `SignedSafeMath`. ([#2243](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/2243)) * `SafeCast`: added functions to downcast signed integers (e.g. `toInt32`), improving usability of `SignedSafeMath`. ([#2243](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/2243))
......
{ {
"name": "@openzeppelin/contracts", "name": "@openzeppelin/contracts",
"version": "3.0.2", "version": "3.1.0",
"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.2", "version": "3.1.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
{ {
"name": "openzeppelin-solidity", "name": "openzeppelin-solidity",
"version": "3.0.2", "version": "3.1.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