Major version CHANGELOGs

This commit is contained in:
Jacob Evans
2019-12-03 00:26:25 +11:00
parent 21db0e6275
commit d634cbf924
46 changed files with 1735 additions and 0 deletions

View File

@@ -1,4 +1,33 @@
[
{
"version": "3.0.0",
"changes": [
{
"note": "`revertWith` mocha extensions now accept Promise-like objects instead of just Promises",
"pr": 2031
},
{
"note": "Add `shouldAllowUnlimitedContractSize` to `Web3Config`.",
"pr": 2075
},
{
"note": "Add `UNLIMITED_CONTRACT_SIZE` to `EnvVars`.",
"pr": 2075
},
{
"note": "Add `total_accounts` option to `Web3Config`.",
"pr": 2109
},
{
"note": "Add `chaiSetup` function with `RevertError` testing support",
"pr": 1761
},
{
"note": "Refactor out `Error` coercion code into the `utils` package",
"pr": 1819
}
]
},
{
"version": "2.4.0-beta.4",
"changes": [