Update changelogs

This commit is contained in:
Lawrence Forman 2019-05-16 16:41:01 -04:00 committed by Amir Bandeali
parent f1af12b3b9
commit a5c0b95f8b
3 changed files with 16 additions and 0 deletions

View File

@ -96,6 +96,10 @@
{ {
"note": "Remove LibZeroExTransaction contract", "note": "Remove LibZeroExTransaction contract",
"pr": 1753 "pr": 1753
},
{
"note": "Update tests for arbitrary fee tokens (ZEIP-28).",
"pr": "TODO"
} }
], ],
"timestamp": 1554997931 "timestamp": 1554997931

View File

@ -59,6 +59,14 @@
{ {
"note": "Reorder some revert error parameters for consistency", "note": "Reorder some revert error parameters for consistency",
"pr": 1790 "pr": 1790
},
{
"note": "Add new `Order` fields for arbitrary fee tokens (ZEIP-28).",
"pr": "TODO"
},
{
"note": "Remove `LibAbiEncoder` and `LibConstants`.",
"pr": "TODO"
} }
], ],
"timestamp": 1563006338 "timestamp": 1563006338

View File

@ -48,6 +48,10 @@
{ {
"note": "Add `SignatureType.OrderValidator` and `SignatureType.WalletOrderValidator`", "note": "Add `SignatureType.OrderValidator` and `SignatureType.WalletOrderValidator`",
"pr": 1774 "pr": 1774
},
{
"note": "Update `Order` type for arbitrary fee tokens (ZEIP-28).",
"pr": "TODO"
} }
] ]
}, },