From cd2e1e079a6a74418a2f30c8169cdf17b61044ee Mon Sep 17 00:00:00 2001 From: chriseth Date: Tue, 6 Mar 2018 16:20:55 +0100 Subject: Clarify that the experimental flag is not set for "experimental 0.5.0" --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 2792c5e7..fe4bd7fd 100644 --- a/Changelog.md +++ b/Changelog.md @@ -11,7 +11,7 @@ Features: * Type Checker: Disallow uninitialized storage pointers as experimental 0.5.0 feature. * Support and recommend using ``emit EventName();`` to call events explicitly. * Syntax Analyser: Do not warn about experimental features if they do not concern code generation. - * Syntax Analyser: Do not warn about ``pragma experimental "v0.5.0"`` since it does not affect code generation. + * Syntax Analyser: Do not warn about ``pragma experimental "v0.5.0"`` and do not set the experimental flag in the bytecode for this. * Syntax Checker: Mark ``throw`` as an error as experimental 0.5.0 feature. * Syntax Checker: Issue error if no visibility is specified on contract functions as experimental 0.5.0 feature. * Syntax Checker: Issue warning when using overloads of ``address`` on contract instances. -- cgit