aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/erc20/CHANGELOG.json
diff options
context:
space:
mode:
Diffstat (limited to 'contracts/erc20/CHANGELOG.json')
-rw-r--r--contracts/erc20/CHANGELOG.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/contracts/erc20/CHANGELOG.json b/contracts/erc20/CHANGELOG.json
new file mode 100644
index 000000000..93f284234
--- /dev/null
+++ b/contracts/erc20/CHANGELOG.json
@@ -0,0 +1,11 @@
+[
+ {
+ "version": "1.0.0",
+ "changes": [
+ {
+ "note": "Move all ERC20 contracts out of contracts-tokens to new package",
+ "pr": 1539
+ }
+ ]
+ }
+]