You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+3-11Lines changed: 3 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,26 +1,20 @@
1
-
### 0.5.11 (unreleased)
1
+
### 0.5.11 (2019-08-12)
2
2
3
3
4
4
Language Features:
5
5
* Inline Assembly: Support direct constants of value type in inline assembly.
6
6
7
-
8
-
9
-
10
7
Compiler Features:
11
8
* ABI: Additional internal type info in the field ``internalType``.
12
9
* eWasm: Highly experimental eWasm output using ``--ewasm`` in the commandline interface or output selection of ``ewasm.wast`` in standard-json.
13
-
* Metadata: Update the swarm hash, changes ``bzzr0`` to ``bzzr1`` and urls to use ``bzz-raw://``.
10
+
* Metadata: Update the swarm hash to the current specification, changes ``bzzr0`` to ``bzzr1`` and urls to use ``bzz-raw://``.
14
11
* Standard JSON Interface: Compile only selected sources and contracts.
15
12
* Standard JSON Interface: Provide secondary error locations (e.g. the source position of other conflicting declarations).
16
13
* SMTChecker: Do not erase knowledge about storage pointers if another storage pointer is assigned.
17
14
* SMTChecker: Support string literal type.
18
15
* Standard JSON Interface: Provide AST even on errors if ``--error-recovery`` commandline switch or StandardCompiler `settings.parserErrorRecovery` is true.
19
16
* Yul Optimizer: Do not inline function if it would result in expressions being duplicated that are not cheap.
20
17
21
-
22
-
23
-
24
18
Bugfixes:
25
19
* ABI decoder: Ensure that decoded arrays always point to distinct memory locations.
26
20
* Code Generator: Treat dynamically encoded but statically sized arrays and structs in calldata properly.
@@ -32,12 +26,10 @@ Bugfixes:
32
26
* SMTChecker: Fix internal error when reporting counterexamples concerning state variables from different source files.
33
27
* SMTChecker: Fix SMT sort mismatch when using string literals.
34
28
* View/Pure Checker: Properly detect state variable access through base class.
35
-
* Yul analyzer: Check availability of data objects already in analysis phase.
29
+
* Yul Analyzer: Check availability of data objects already in analysis phase.
36
30
* Yul Optimizer: Fix an issue where memory-accessing code was removed even though ``msize`` was used in the program.
0 commit comments