aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-03-07 21:01:36 +0800
committerGitHub <noreply@github.com>2018-03-07 21:01:36 +0800
commitbd7bc7c473d94f48aaab91d7a6f20c62fc467ac5 (patch)
tree0e5636e554c7533f848f353bf191da2090ffadc2
parent478ce4fc384a77ade82207f6082caa68808159ec (diff)
parentcd2e1e079a6a74418a2f30c8169cdf17b61044ee (diff)
downloaddexon-solidity-bd7bc7c473d94f48aaab91d7a6f20c62fc467ac5.tar
dexon-solidity-bd7bc7c473d94f48aaab91d7a6f20c62fc467ac5.tar.gz
dexon-solidity-bd7bc7c473d94f48aaab91d7a6f20c62fc467ac5.tar.bz2
dexon-solidity-bd7bc7c473d94f48aaab91d7a6f20c62fc467ac5.tar.lz
dexon-solidity-bd7bc7c473d94f48aaab91d7a6f20c62fc467ac5.tar.xz
dexon-solidity-bd7bc7c473d94f48aaab91d7a6f20c62fc467ac5.tar.zst
dexon-solidity-bd7bc7c473d94f48aaab91d7a6f20c62fc467ac5.zip
Merge pull request #3661 from ethereum/chriseth-patch-1
Update Changelog.md
-rw-r--r--Changelog.md2
1 files changed, 1 insertions, 1 deletions
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.