Updated CHANGELOGS & MD docs

This commit is contained in:
Github Actions
2021-01-13 04:08:39 +00:00
parent 3dab892978
commit 9afe05095a
44 changed files with 275 additions and 3 deletions

View File

@@ -10,7 +10,8 @@
"note": "Remove `MetaTransactionsFeature._executeMetaTransaction()` and `SignatureValidatorFeature`",
"pr": 109
}
]
],
"timestamp": 1610510890
},
{
"version": "0.17.0",

View File

@@ -5,9 +5,15 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v0.18.0 - _January 13, 2021_
* Use consistent returndatasize checks in UniswapFeature (#96)
* Remove `MetaTransactionsFeature._executeMetaTransaction()` and `SignatureValidatorFeature` (#109)
## v0.17.0 - _January 4, 2021_
* Add DevUtils-like functions to `NativeOrdersFeature` (#97)
* Add SPDX license identifiers to solidity files (#105)
## v0.16.0 - _December 23, 2020_