Update changelogs

This commit is contained in:
Lawrence Forman 2019-04-24 11:48:22 -04:00 committed by Amir Bandeali
parent 61bdbd2d74
commit 3bacf09710
3 changed files with 20 additions and 0 deletions

View File

@ -47,6 +47,18 @@
{
"note": "Remove LibEIP712ExchangeDomainConstants and LibEIP712 contracts",
"pr": 1753
},
{
"note": "Add `LibExchangeRichErrorDecoder` contract.",
"pr": TODO
},
{
"note": "Break out types/interaces from `MExchangeRichErrors` into `MExchangeRichErrorTypes`.",
"pr": TODO
},
{
"note": "Reorder some revert error parameters for consistency",
"pr": TODO
}
],
"timestamp": 1563006338

View File

@ -13,6 +13,10 @@
{
"note": "Add `RichErrors` and `mixins/MRichErrors`",
"pr": 1761
},
{
"note": "Break out types/interaces from `MRichErrors` into `MRichErrorTypes`.",
"pr": TODO
}
]
},

View File

@ -25,6 +25,10 @@
{
"note": "Add `SignatureWalletOrderValidatorError` type to `ExchangeRevertErrors`",
"pr": 1774
},
{
"note": "Reorder parameters of some `RevertError` types to match smart contracts.",
"pr": TODO
}
]
},