From 7c28953a61ebb3b7cf5ccd0e79cbab8b63981a9a Mon Sep 17 00:00:00 2001 From: chriseth Date: Mon, 15 Jun 2020 14:49:14 +0200 Subject: [PATCH] Missing changelog entry. --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index e5f4da7b5..2a0d2caf6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,6 +5,7 @@ Breaking changes: * Deprecated dot syntax for `value` and `gas`. * Deprecated the identifier `now`. * JSON AST: Removes members with ``null`` value from JSON output. + * Parser: NatSpec comments on variables are only allowed for public state variables. * Type Checker: Disallow shifts by signed types. * Type Checker: Exponentiation and shifts of literals by non-literals will always use ``uint256`` or ``int256`` as a type.