update changelogs

This commit is contained in:
Lawrence Forman 2020-09-01 18:02:17 -04:00
parent e9c91e59bd
commit 4b9867f167
3 changed files with 5 additions and 5 deletions

View File

@ -32,15 +32,15 @@
}, },
{ {
"note": "Add `IUniswapV2Feature`", "note": "Add `IUniswapV2Feature`",
"pr": "TODO" "pr": 2657
}, },
{ {
"note": "Rename all feature contracts to have `Feature` suffix", "note": "Rename all feature contracts to have `Feature` suffix",
"pr": "TODO" "pr": 2657
}, },
{ {
"note": "Return `IZeroExContract` in `fullMigrateAsync()`", "note": "Return `IZeroExContract` in `fullMigrateAsync()`",
"pr": "TODO" "pr": 2657
} }
] ]
}, },

View File

@ -92,7 +92,7 @@
}, },
{ {
"note": "Use `IZeroExContract` in EP swap quote consumer.", "note": "Use `IZeroExContract` in EP swap quote consumer.",
"pr": "TODO" "pr": 2657
} }
] ]
}, },

View File

@ -16,7 +16,7 @@
}, },
{ {
"note": "Update EP migration.", "note": "Update EP migration.",
"pr": "TODO" "pr": 2657
} }
] ]
}, },