Add fixes affecting the public interface to the CHANGELOGs

This commit is contained in:
Fabio Berger 2018-11-12 12:07:19 +01:00
parent 6fa6579c31
commit 348556a544
2 changed files with 45 additions and 0 deletions

View File

@ -1,4 +1,24 @@
[ [
{
"version": "4.0.0",
"changes": [
{
"note":
"Add signature validation, regular cancellation and `cancelledUpTo` checks to `validateOrderFillableOrThrowAsync`",
"pr": 1235
},
{
"note":
"Improved the errors thrown by `validateOrderFillableOrThrowAsync` by making them more descriptive",
"pr": 1235
},
{
"note":
"Throw previously swallowed network errors when calling `validateOrderFillableOrThrowAsync` (see issue: #1218)",
"pr": 1235
}
]
},
{ {
"version": "3.0.1", "version": "3.0.1",
"changes": [ "changes": [

View File

@ -1,4 +1,29 @@
[ [
{
"version": "3.0.0",
"changes": [
{
"note":
"Add signature validation, regular cancellation and `cancelledUpTo` checks to `validateOrderFillableOrThrowAsync`",
"pr": 1235
},
{
"note":
"Improved the errors thrown by `validateOrderFillableOrThrowAsync` by making them more descriptive",
"pr": 1235
},
{
"note":
"Throw previously swallowed network errors when calling `validateOrderFillableOrThrowAsync` (see issue: #1218)",
"pr": 1235
},
{
"note":
"Modified the `AbstractOrderFilledCancelledFetcher` interface slightly such that `isOrderCancelledAsync` accepts a `signedOrder` instead of an `orderHash` param",
"pr": 1235
}
]
},
{ {
"version": "2.0.1", "version": "2.0.1",
"changes": [ "changes": [