Updated CHANGELOGS

This commit is contained in:
Leonid Logvinov
2019-03-20 15:26:43 +01:00
parent 0490ef5900
commit 3f9fd7c060
94 changed files with 1884 additions and 20 deletions

View File

@@ -14,7 +14,8 @@
"note": "Added Address.sol with test for whether or not an address is a contract",
"pr": 1657
}
]
],
"timestamp": 1553091633
},
{
"timestamp": 1551479279,

View File

@@ -5,6 +5,12 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.0.0 - _March 20, 2019_
* Optimize loops in LibAddressArray (#1668)
* Upgrade contracts to Solidity 0.5.5 (#1682)
* Added Address.sol with test for whether or not an address is a contract (#1657)
## v2.0.8 - _March 1, 2019_
* Dependencies updated