Changelog: Add a point about fixing #1242

This commit is contained in:
Yoichi Hirai 2016-10-18 15:56:37 +02:00
parent d2470a3e39
commit a743d7989b
No known key found for this signature in database
GPG Key ID: E7B75D080FCF7992

View File

@ -8,6 +8,7 @@ Features:
Bugfixes: Bugfixes:
* Disallow unknown options in `solc` * Disallow unknown options in `solc`
* Code Generator: expect zero stack increase after `super` as an expression
* Inline assembly: support the `address` opcode * Inline assembly: support the `address` opcode
* Inline assembly: fix parsing of assignment after a label. * Inline assembly: fix parsing of assignment after a label.