diff options
Diffstat (limited to 'contracts/erc721/CHANGELOG.json')
-rw-r--r-- | contracts/erc721/CHANGELOG.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/contracts/erc721/CHANGELOG.json b/contracts/erc721/CHANGELOG.json new file mode 100644 index 000000000..caf1e6701 --- /dev/null +++ b/contracts/erc721/CHANGELOG.json @@ -0,0 +1,11 @@ +[ + { + "version": "1.0.0", + "changes": [ + { + "note": "Move all ERC721 contracts out of contracts-tokens to new package", + "pr": 1539 + } + ] + } +] |