diff options
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 075523d7..f84112e8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,7 @@ Features: * Inline Assembly: Show useful error message if trying to access calldata variables. + * Type Checker: Disallow value transfers to contracts without a payable fallback function Bugfixes: * Type Checker: Fix invalid "specify storage keyword" warning for reference members of structs. |