aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-06-12 01:12:23 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2018-06-12 03:11:10 +0800
commit99c585fd8a11ff6e10e7f59632dc060fd05065a1 (patch)
tree712caf7b19d391588aef1f5a25b9e58efaae4546 /Changelog.md
parent81c5a6e466fd360c0a4805396137fc45f7b309c8 (diff)
downloaddexon-solidity-99c585fd8a11ff6e10e7f59632dc060fd05065a1.tar
dexon-solidity-99c585fd8a11ff6e10e7f59632dc060fd05065a1.tar.gz
dexon-solidity-99c585fd8a11ff6e10e7f59632dc060fd05065a1.tar.bz2
dexon-solidity-99c585fd8a11ff6e10e7f59632dc060fd05065a1.tar.lz
dexon-solidity-99c585fd8a11ff6e10e7f59632dc060fd05065a1.tar.xz
dexon-solidity-99c585fd8a11ff6e10e7f59632dc060fd05065a1.tar.zst
dexon-solidity-99c585fd8a11ff6e10e7f59632dc060fd05065a1.zip
Remove obsolete 'std' directory
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 f28278b3..7125bd30 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -11,6 +11,7 @@ Breaking Changes:
* Type Checker: Disallow arithmetic operations for Boolean variables.
* Disallow trailing dots that are not followed by a number.
* Remove assembly instructions ``sha3`` and ``suicide``
+ * 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.
Language Features:
* General: Allow appending ``calldata`` keyword to types, to explicitly specify data location for arguments of external functions.