aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/utils/CHANGELOG.json
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2019-02-07 18:15:37 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2019-02-07 18:15:37 +0800
commitde234280690571dc3441c1a06bb49049df3289dc (patch)
treed6792c9172245ee836e31a2588f3ae91dd53a012 /contracts/utils/CHANGELOG.json
parent4d75681357b04ae77637ee62645b662796a3b15b (diff)
parent2a344e26cc51fa41a9df3535b625b8609dfc167e (diff)
downloaddexon-0x-contracts-de234280690571dc3441c1a06bb49049df3289dc.tar
dexon-0x-contracts-de234280690571dc3441c1a06bb49049df3289dc.tar.gz
dexon-0x-contracts-de234280690571dc3441c1a06bb49049df3289dc.tar.bz2
dexon-0x-contracts-de234280690571dc3441c1a06bb49049df3289dc.tar.lz
dexon-0x-contracts-de234280690571dc3441c1a06bb49049df3289dc.tar.xz
dexon-0x-contracts-de234280690571dc3441c1a06bb49049df3289dc.tar.zst
dexon-0x-contracts-de234280690571dc3441c1a06bb49049df3289dc.zip
Merge development
Diffstat (limited to 'contracts/utils/CHANGELOG.json')
-rw-r--r--contracts/utils/CHANGELOG.json39
1 files changed, 24 insertions, 15 deletions
diff --git a/contracts/utils/CHANGELOG.json b/contracts/utils/CHANGELOG.json
index 94434b803..7c90d8e7e 100644
--- a/contracts/utils/CHANGELOG.json
+++ b/contracts/utils/CHANGELOG.json
@@ -1,27 +1,19 @@
[
{
- "version": "3.0.0",
+ "version": "2.0.2",
"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
+ "note": "Fake publish to enable pinning"
}
- ]
+ ],
+ "timestamp": 1549504360
},
{
+ "timestamp": 1549452781,
"version": "2.0.1",
"changes": [
{
- "note": "Fix imports in `TestConstants` and `TestLibBytes` to be relative. This way they show up correctly in coverage reports",
- "pr": 1535
+ "note": "Dependencies updated"
}
]
},
@@ -31,8 +23,25 @@
{
"note": "Upgrade the bignumber.js to v8.0.2",
"pr": 1517
+ },
+ {
+ "note": "Fix imports in `TestConstants` and `TestLibBytes` to be relative. This way they show up correctly in coverage reports",
+ "pr": 1535
+ },
+ {
+ "note": "Add LibAddressArray contract",
+ "pr": 1539
+ },
+ {
+ "note": "Do not nest contracts in redundant directories",
+ "pr": 1539
+ },
+ {
+ "note": "Rename utils directory to src",
+ "pr": 1539
}
- ]
+ ],
+ "timestamp": 1549373905
},
{
"timestamp": 1547747677,