Add fixes affecting the public interface to the CHANGELOGs
This commit is contained in:
parent
6fa6579c31
commit
348556a544
@ -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": [
|
||||||
|
@ -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": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user