aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-06-13 08:00:51 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2018-06-13 08:00:51 +0800
commit2625f282b99076eee6853381cc5d1560241e1988 (patch)
tree6b5acf83ec48520f75039ba3edfd609abe5a7f52 /Changelog.md
parent62b05d415765d8ca31dad7001a4a49648845aa7e (diff)
downloaddexon-solidity-2625f282b99076eee6853381cc5d1560241e1988.tar.gz
dexon-solidity-2625f282b99076eee6853381cc5d1560241e1988.tar.zst
dexon-solidity-2625f282b99076eee6853381cc5d1560241e1988.zip
Remove obsolete --formal option from CLI
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 e3383eae..61a6c693 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -3,6 +3,7 @@
Breaking Changes:
* ABI Encoder: Properly pad data from calldata (``msg.data`` and external function parameters). Use ``abi.encodePacked`` for unpadded encoding.
* Code Generator: Signed right shift uses proper arithmetic shift, i.e. rounding towards negative infinity. Warning: this may silently change the semantics of existing code!
+ * Commandline interface: Remove obsolete ``--formal`` option.
* Commandline interface: Require ``-`` if standard input is used as source.
* General: ``continue`` in a ``do...while`` loop jumps to the condition (it used to jump to the loop body). Warning: this may silently change the semantics of existing code.
* General: Disallow ``sha3`` and ``suicide`` aliases.