Updated CHANGELOGS & MD docs

This commit is contained in:
fabioberger
2019-11-07 20:42:58 +00:00
parent c93b02d55e
commit 6fd96a6fd7
110 changed files with 8735 additions and 23569 deletions

View File

@@ -5,7 +5,8 @@
{
"note": "Dependencies updated"
}
]
],
"timestamp": 1573159180
},
{
"version": "3.1.0-beta.0",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.1.0-beta.1 - _November 7, 2019_
* Dependencies updated
## v3.1.0-beta.0 - _October 3, 2019_
* Break up `LibEIP712` into reusable components (#1742)
@@ -33,6 +37,7 @@ CHANGELOG
* Remove `_hashEIP712ExchangeMessage` from `LibEIP712ExchangeDomain` (#2055)
* Compile and export all contracts, artifacts, and wrappers by default (#2055)
* Update `IncompleteFillError` to take an `errorCode`, `expectedAssetFillAmount`, and `actualAssetFillAmount` fields. (#2075)
* Move `IWallet.sol` from `asset-proxy` and `exchange` packages to here. (#2233)
## v3.0.8 - _September 17, 2019_