Updated CHANGELOGS

This commit is contained in:
Leonid Logvinov
2019-02-05 14:50:02 +01:00
parent 9de4bf1225
commit f3d9520db2
86 changed files with 347 additions and 136 deletions

View File

@@ -22,7 +22,8 @@
"note": "Rename utils directory to src",
"pr": 1539
}
]
],
"timestamp": 1549373905
},
{
"timestamp": 1547747677,

View File

@@ -5,6 +5,14 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.0.0 - _February 5, 2019_
* Upgrade the bignumber.js to v8.0.2 (#1517)
* Fix imports in `TestConstants` and `TestLibBytes` to be relative. This way they show up correctly in coverage reports (#1535)
* Add LibAddressArray contract (#1539)
* Do not nest contracts in redundant directories (#1539)
* Rename utils directory to src (#1539)
## v1.0.6 - _January 17, 2019_
* Dependencies updated