diff options
Diffstat (limited to 'contracts/utils/CHANGELOG.json')
-rw-r--r-- | contracts/utils/CHANGELOG.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/contracts/utils/CHANGELOG.json b/contracts/utils/CHANGELOG.json index d44a81fef..94434b803 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.1", "changes": [ { |