Updated CHANGELOGS

This commit is contained in:
Leonid Logvinov
2019-02-25 13:35:17 -08:00
parent 33832244cf
commit b998d719a6
87 changed files with 429 additions and 46 deletions

View File

@@ -10,7 +10,8 @@
"note": "Upgrade contracts to Solidity 0.5.3",
"pr": 1604
}
]
],
"timestamp": 1551130135
},
{
"timestamp": 1549733923,

View File

@@ -5,6 +5,11 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.0.5 - _February 25, 2019_
* Fix bug in `LibBytes.slice` and `LibBytes.sliceDestructive` (#1604)
* Upgrade contracts to Solidity 0.5.3 (#1604)
## v2.0.4 - _February 9, 2019_
* Dependencies updated