aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorChristian Parpart <christian@ethereum.org>2018-07-03 17:28:57 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2018-07-24 00:29:08 +0800
commit9f35f0b80571927ec89d77ec6827332c2ab60eba (patch)
treed7caff0e63513161a309640ad3c4be494e4157ad /Changelog.md
parent0fcdafe2b5e122ef1c9acbadad9f309f015dfeac (diff)
downloaddexon-solidity-9f35f0b80571927ec89d77ec6827332c2ab60eba.tar
dexon-solidity-9f35f0b80571927ec89d77ec6827332c2ab60eba.tar.gz
dexon-solidity-9f35f0b80571927ec89d77ec6827332c2ab60eba.tar.bz2
dexon-solidity-9f35f0b80571927ec89d77ec6827332c2ab60eba.tar.lz
dexon-solidity-9f35f0b80571927ec89d77ec6827332c2ab60eba.tar.xz
dexon-solidity-9f35f0b80571927ec89d77ec6827332c2ab60eba.tar.zst
dexon-solidity-9f35f0b80571927ec89d77ec6827332c2ab60eba.zip
Disallow functions without implementation to use modifiers. This was already the case in the experimental 0.5.0 mode.
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index c2aa3f17..59d0aa59 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -51,6 +51,7 @@ Breaking Changes:
* Type Checker: Address members are not included in contract types anymore. An explicit conversion is now required before invoking an ``address`` member from a contract.
* Remove obsolete ``std`` directory from the Solidity repository. This means accessing ``https://github.com/ethereum/soldity/blob/develop/std/*.sol`` (or ``https://github.com/ethereum/solidity/std/*.sol`` in Remix) will not be possible.
* References Resolver: Turn missing storage locations into an error. This was already the case in the experimental 0.5.0 mode.
+ * Syntax Checker: Disallow functions without implementation to use modifiers. This was already the case in the experimental 0.5.0 mode.
* Syntax Checker: Named return values in function types are an error.
* Syntax Checker: Strictly require visibility specifier for functions. This was already the case in the experimental 0.5.0 mode.
* Syntax Checker: Disallow unary ``+``. This was already the case in the experimental 0.5.0 mode.