Skip to content

Commit dcf2e49

Browse files
authored
Merge pull request ethereum#7218 from ethereum/prepare0.511
Prepare changelog for release.
2 parents d8c0c82 + 7553653 commit dcf2e49

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

Changelog.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,20 @@
1-
### 0.5.11 (unreleased)
1+
### 0.5.11 (2019-08-12)
22

33

44
Language Features:
55
* Inline Assembly: Support direct constants of value type in inline assembly.
66

7-
8-
9-
107
Compiler Features:
118
* ABI: Additional internal type info in the field ``internalType``.
129
* 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://``.
1411
* Standard JSON Interface: Compile only selected sources and contracts.
1512
* Standard JSON Interface: Provide secondary error locations (e.g. the source position of other conflicting declarations).
1613
* SMTChecker: Do not erase knowledge about storage pointers if another storage pointer is assigned.
1714
* SMTChecker: Support string literal type.
1815
* Standard JSON Interface: Provide AST even on errors if ``--error-recovery`` commandline switch or StandardCompiler `settings.parserErrorRecovery` is true.
1916
* Yul Optimizer: Do not inline function if it would result in expressions being duplicated that are not cheap.
2017

21-
22-
23-
2418
Bugfixes:
2519
* ABI decoder: Ensure that decoded arrays always point to distinct memory locations.
2620
* Code Generator: Treat dynamically encoded but statically sized arrays and structs in calldata properly.
@@ -32,12 +26,10 @@ Bugfixes:
3226
* SMTChecker: Fix internal error when reporting counterexamples concerning state variables from different source files.
3327
* SMTChecker: Fix SMT sort mismatch when using string literals.
3428
* 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.
3630
* Yul Optimizer: Fix an issue where memory-accessing code was removed even though ``msize`` was used in the program.
3731

3832

39-
40-
4133
### 0.5.10 (2019-06-25)
4234

4335
Important Bugfixes:

docs/bugs_by_version.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -746,6 +746,10 @@
746746
],
747747
"released": "2019-06-25"
748748
},
749+
"0.5.11": {
750+
"bugs": [],
751+
"released": "2019-08-12"
752+
},
749753
"0.5.2": {
750754
"bugs": [
751755
"SignedArrayStorageCopy",

0 commit comments

Comments
 (0)