diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2016-10-15 02:30:04 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2016-10-19 17:41:04 +0800 |
commit | 003359a0b651b78809c37a3b0b96d0a7ff7131d6 (patch) | |
tree | 19fb6bcb2f78fb390f3a839a7763ff803bd3a167 /Changelog.md | |
parent | 8317eb03838975e5ef5890e68d9d4bc6a4f009eb (diff) | |
download | dexon-solidity-003359a0b651b78809c37a3b0b96d0a7ff7131d6.tar.gz dexon-solidity-003359a0b651b78809c37a3b0b96d0a7ff7131d6.tar.zst dexon-solidity-003359a0b651b78809c37a3b0b96d0a7ff7131d6.zip |
Ensure that bound functions cannot be defined without self type
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index fb3b23c7..a5a85eb5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -8,6 +8,7 @@ Features: Bugfixes: * Disallow unknown options in `solc` + * Proper type checking for bound functions. * Code Generator: expect zero stack increase after `super` as an expression * Inline assembly: support the `address` opcode * Inline assembly: fix parsing of assignment after a label. |