mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Sort changelog.
This commit is contained in:
parent
ea4b9e2f98
commit
9d2fc7ec8b
14
Changelog.md
14
Changelog.md
@ -2,28 +2,28 @@
|
||||
|
||||
Language Features:
|
||||
* Allow to obtain the selector of public or external library functions via a member ``.selector``.
|
||||
* Parser: Allow splitting hexadecimal and regular string literals into multiple parts.
|
||||
* Inline Assembly: Support constants that reference other constants.
|
||||
* Parser: Allow splitting hexadecimal and regular string literals into multiple parts.
|
||||
|
||||
|
||||
Compiler Features:
|
||||
* Set the default EVM version to "Istanbul".
|
||||
* Commandline Interface: Allow translation from yul / strict assembly to EWasm using ``solc --yul --yul-dialect evm --machine eWasm``
|
||||
* Set the default EVM version to "Istanbul".
|
||||
* SMTChecker: Add support to constructors including constructor inheritance.
|
||||
* Yul: When compiling via Yul, string literals from the Solidity code are kept as string literals if every character is safely printable.
|
||||
* Yul Optimizer: Perform loop-invariant code motion.
|
||||
|
||||
|
||||
Build System:
|
||||
* Update to emscripten version 1.39.3.
|
||||
|
||||
|
||||
Bugfixes:
|
||||
* SMTChecker: Fix internal error when using ``abi.decode``.
|
||||
* SMTChecker: Fix internal error when using arrays or mappings of functions.
|
||||
* SMTChecker: Fix internal error in array of structs type.
|
||||
* Yul: Consider infinite loops and recursion to be not removable.
|
||||
* Version Checker: 0.5.x-prerelease will match `pragma solidity ^0.5`.
|
||||
* Yul: Consider infinite loops and recursion to be not removable.
|
||||
|
||||
|
||||
Build System:
|
||||
* Update to emscripten version 1.39.3.
|
||||
|
||||
|
||||
### 0.5.13 (2019-11-14)
|
||||
|
Loading…
Reference in New Issue
Block a user