aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/utils/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'contracts/utils/CHANGELOG.md')
-rw-r--r--contracts/utils/CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/contracts/utils/CHANGELOG.md b/contracts/utils/CHANGELOG.md
index 59d0804da..e11d1d9c5 100644
--- a/contracts/utils/CHANGELOG.md
+++ b/contracts/utils/CHANGELOG.md
@@ -5,6 +5,22 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
+## v2.0.2 - _February 7, 2019_
+
+ * Fake publish to enable pinning
+
+## v2.0.1 - _February 6, 2019_
+
+ * Dependencies updated
+
+## 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