aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2016-09-06 19:35:52 +0800
committerGitHub <noreply@github.com>2016-09-06 19:35:52 +0800
commitafca2acb779746fc3ee12391137a133cbcec8d3b (patch)
tree273e52108639b0b2a1629845fadf57bf15199607 /Changelog.md
parent2f133b99be5074451d91ba0ff856c3c24f2e84bc (diff)
parent834bb1a1102d9bfab4327af6522978b9f6c200f0 (diff)
downloaddexon-solidity-afca2acb779746fc3ee12391137a133cbcec8d3b.tar.gz
dexon-solidity-afca2acb779746fc3ee12391137a133cbcec8d3b.tar.zst
dexon-solidity-afca2acb779746fc3ee12391137a133cbcec8d3b.zip
Merge pull request #1012 from ethereum/reserved-keywords
Reserve view and pure as keywords
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md
index e0967243..3eba60b3 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -28,7 +28,7 @@ Breaking Changes:
* Moved (and reworked) standard library contracts from inside the compiler to github.com/ethereum/solidity/std
(``import "std";`` or ``import owned;`` do not work anymore).
* Confusing and undocumented keyword "after" was removed.
- * New reserved words: hex, payable, abstract, static, interface
+ * New reserved words: abstract, hex, interface, payable, pure, static, view
Features: