From 6020b8bbf66b062d299d87bc7e4eddc4c9d1c157 Mon Sep 17 00:00:00 2001 From: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com> Date: Mon, 26 Sep 2022 20:42:12 -0400 Subject: [PATCH] docs: release notes for v0.3.7 (#3109) --- docs/release-notes.rst | 50 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 44b3ae9ce2..89a528dc49 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -3,6 +3,56 @@ Release Notes ############# +v0.3.7 +****** + +Date released: 2022-09-26 + +## Breaking changes: + +- chore: drop python 3.7 support (`#3071 `_) +- fix: relax check for statically sized calldata (`#3090 `_) + +## Non-breaking changes and improvements: + +- fix: assert description in Crowdfund.finalize() (`#3058 `_) +- fix: change mutability of example ERC721 interface (`#3076 `_) +- chore: improve error message for non-checksummed address literal (`#3065 `_) +- feat: isqrt built-in (`#3074 `_) (`#3069 `_) +- feat: add `block.prevrandao` as alias for `block.difficulty` (`#3085 `_) +- feat: epsilon builtin (`#3057 `_) +- feat: extend ecrecover signature to accept additional parameter types (`#3084 `_) +- feat: allow constant and immutable variables to be declared public (`#3024 `_) +- feat: optionally disable metadata in bytecode (`#3107 `_) + +## Bugfixes: + +- fix: empty nested dynamic arrays (`#3061 `_) +- fix: foldable builtin default args in imports (`#3079 `_) (`#3077 `_) + +## Additional changes and improvements: + +- doc: update broken links in SECURITY.md (`#3095 `_) +- chore: update discord link in docs (`#3031 `_) +- fix: broken links in various READMEs (`#3072 `_) +- chore: fix compile warnings in examples (`#3033 `_) +- feat: append lineno to the filename in error messages (`#3092 `_) +- chore: migrate lark grammar (`#3082 `_) +- chore: loosen and upgrade semantic version (`#3106 `_) + +# New Contributors + +- @emilianobonassi made their first contribution in `#3107 `_ +- @unparalleled-js made their first contribution in `#3106 `_ +- @pcaversaccio made their first contribution in `#3085 `_ +- @nfwsncked made their first contribution in `#3058 `_ +- @z80 made their first contribution in `#3057 `_ +- @Benny made their first contribution in `#3024 `_ +- @cairo made their first contribution in `#3072 `_ +- @fiddy made their first contribution in `#3069 `_ + +Special thanks to returning contributors @tserg, @pandadefi, and @delaaxe. + v0.3.6 ******