mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update Changelog.md
This commit is contained in:
parent
d18e56661d
commit
06c69c9062
17
Changelog.md
17
Changelog.md
@ -2,19 +2,18 @@
|
|||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
|
||||||
* Inline assembly: support both `sucide` and `selfdestruct` opcodes
|
* Inline assembly: support both ``suicide`` and ``selfdestruct`` opcodes
|
||||||
(note: `suicide` is deprecated)
|
(note: ``suicide`` is deprecated).
|
||||||
* Include `keccak256()` as an alias to `sha3()`
|
* Include ``keccak256()`` as an alias to ``sha3()``.
|
||||||
|
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
* Disallow unknown options in `solc`
|
* Disallow unknown options in ``solc``.
|
||||||
* Proper type checking for bound functions.
|
* Proper type checking for bound functions.
|
||||||
* Code Generator: expect zero stack increase after `super` as an expression
|
* 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.
|
||||||
* Inline assembly: external variables of unsupported type (such as `this`, `super`, etc.)
|
* Inline assembly: external variables of unsupported type (such as ``this``, ``super``, etc.)
|
||||||
are properly detected. They are not available in inline assembly and can be used as
|
are properly detected as unusable.
|
||||||
local variable names.
|
|
||||||
|
|
||||||
### 0.4.2 (2016-09-17)
|
### 0.4.2 (2016-09-17)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user