aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/utils
diff options
context:
space:
mode:
authorAmir Bandeali <abandeali1@gmail.com>2019-01-23 10:06:26 +0800
committerAmir Bandeali <abandeali1@gmail.com>2019-01-23 10:06:26 +0800
commitf81149ac2be5a92225b695344a177b734bc7f092 (patch)
tree9ca624cfa613a01de03fefe127b39783a71f142e /contracts/utils
parentfe1ef930ad0febcf2b35f26da7d19123c881f741 (diff)
downloaddexon-0x-contracts-f81149ac2be5a92225b695344a177b734bc7f092.tar.gz
dexon-0x-contracts-f81149ac2be5a92225b695344a177b734bc7f092.tar.zst
dexon-0x-contracts-f81149ac2be5a92225b695344a177b734bc7f092.zip
Update all contract CHANGELOGs
Diffstat (limited to 'contracts/utils')
-rw-r--r--contracts/utils/CHANGELOG.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/contracts/utils/CHANGELOG.json b/contracts/utils/CHANGELOG.json
index 724ab1e4a..e33c3c7fc 100644
--- a/contracts/utils/CHANGELOG.json
+++ b/contracts/utils/CHANGELOG.json
@@ -1,5 +1,22 @@
[
{
+ "version": "3.0.0",
+ "changes": [
+ {
+ "note": "Add LibAddressArray contract",
+ "pr": 1539
+ },
+ {
+ "note": "Do not nest contracts in redundant directories",
+ "pr": 1539
+ },
+ {
+ "note": "Rename utils directory to src",
+ "pr": 1539
+ }
+ ]
+ },
+ {
"version": "2.0.0",
"changes": [
{