Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Update CHANGELOGs
Browse files Browse the repository at this point in the history
  • Loading branch information
abandeali1 committed Jun 17, 2019
1 parent 0d14b25 commit 7191d76
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contracts/dev-utils/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
{
"note": "Refactor `OrderValidationUtils` to calculate `fillableTakerAssetAmount`",
"pr": 1848
},
{
"note": "Add `OrderTransferSimulationUtils` contract for simulating order transfers on-chain",
"pr": 1868
}
]
}
Expand Down
4 changes: 4 additions & 0 deletions contracts/exchange/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@
{
"note": "Return a FillResults array for batch fill variants",
"pr": 1834
},
{
"note": "Add `MixinTransferSimulator` contract for simulating multiple transfers on-chain",
"pr": 1868
}
]
},
Expand Down
4 changes: 4 additions & 0 deletions packages/types/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
{
"note": "Add `expirationTimeSeconds` to `ZeroExTransaction` type",
"pr": 1832
},
{
"note": "Add `TransfersSuccessful` revert reason and `OrderTransferResults` enum",
"pr": 1868
}
]
},
Expand Down

0 comments on commit 7191d76

Please sign in to comment.