Commit 58a33682 by Nicolás Venturo

2.5.0

parent 941d3050
# Changelog
## 2.5.0 (unreleased)
## 2.5.0 (2020-02-04)
### New features
* `SafeCast.toUintXX`: new library for integer downcasting, which allows for safe operation on smaller types (e.g. `uint32`) when combined with `SafeMath`. ([#1926](https://github.com/OpenZeppelin/openzeppelin-solidity/pull/1926))
......
{
"name": "@openzeppelin/contracts",
"version": "2.5.0-rc.0",
"version": "2.5.0",
"description": "Secure Smart Contract library for Solidity",
"files": [
"**/*.sol",
......
{
"package_name": "zeppelin",
"version": "2.5.0-rc.0",
"version": "2.5.0",
"description": "Secure Smart Contract library for Solidity",
"authors": [
"OpenZeppelin Community <maintainers@openzeppelin.org>"
......
{
"name": "openzeppelin-solidity",
"version": "2.5.0-rc.0",
"version": "2.5.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
{
"name": "openzeppelin-solidity",
"version": "2.5.0-rc.0",
"version": "2.5.0",
"description": "Secure Smart Contract library for Solidity",
"files": [
"/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