aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-02-15 15:11:36 +0800
committerchriseth <chris@ethereum.org>2018-02-27 19:17:25 +0800
commite227bdbfa7157d2675c177c75d44e13f0bd82214 (patch)
tree6be6d22931951883b7a40c61d7b20f5f9a29c0dc
parent000599038202154afe62b144a44dd81178fc539c (diff)
downloaddexon-solidity-e227bdbfa7157d2675c177c75d44e13f0bd82214.tar.gz
dexon-solidity-e227bdbfa7157d2675c177c75d44e13f0bd82214.tar.zst
dexon-solidity-e227bdbfa7157d2675c177c75d44e13f0bd82214.zip
Changelog entry.
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index acd3aa54..db4f9786 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,6 +1,7 @@
### 0.4.21 (unreleased)
Features:
+ * C99/C++-style scoping rules (instead of JavaScript function scoping) take effect as experimental v0.5.0 feature.
* Code Generator: Assert that ``k != 0`` for ``molmod(a, b, k)`` and ``addmod(a, b, k)`` as experimental 0.5.0 feature.
* Standard JSON: Reject badly formatted invalid JSON inputs.
* Type Checker: Disallow uninitialized storage pointers as experimental 0.5.0 feature.