Update changelogs
This commit is contained in:
parent
61bdbd2d74
commit
3bacf09710
@ -47,6 +47,18 @@
|
|||||||
{
|
{
|
||||||
"note": "Remove LibEIP712ExchangeDomainConstants and LibEIP712 contracts",
|
"note": "Remove LibEIP712ExchangeDomainConstants and LibEIP712 contracts",
|
||||||
"pr": 1753
|
"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
|
"timestamp": 1563006338
|
||||||
|
@ -13,6 +13,10 @@
|
|||||||
{
|
{
|
||||||
"note": "Add `RichErrors` and `mixins/MRichErrors`",
|
"note": "Add `RichErrors` and `mixins/MRichErrors`",
|
||||||
"pr": 1761
|
"pr": 1761
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"note": "Break out types/interaces from `MRichErrors` into `MRichErrorTypes`.",
|
||||||
|
"pr": TODO
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -25,6 +25,10 @@
|
|||||||
{
|
{
|
||||||
"note": "Add `SignatureWalletOrderValidatorError` type to `ExchangeRevertErrors`",
|
"note": "Add `SignatureWalletOrderValidatorError` type to `ExchangeRevertErrors`",
|
||||||
"pr": 1774
|
"pr": 1774
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"note": "Reorder parameters of some `RevertError` types to match smart contracts.",
|
||||||
|
"pr": TODO
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user