Skip to content

Commit c16d7d0

Browse files
authored
Merge pull request #9336 from ethereum/prepare0611
Prepare changelog for 0.6.11
2 parents d678623 + 1f0f5d2 commit c16d7d0

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

Diff for: Changelog.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
### 0.6.11 (unreleased)
1+
### 0.6.11 (2020-07-07)
22

33
Language Features:
44
* General: Add unit denomination ``gwei``
5-
* Yul: Support ``linkersymbol`` builtin in standalone assembly mode.
5+
* Yul: Support ``linkersymbol`` builtin in standalone assembly mode to refer to library addresses.
66
* Yul: Support using string literals exceeding 32 bytes as literal arguments for builtins.
77

88

99
Compiler Features:
10-
* NatSpec: Add fields "kind" and "version" to the JSON output.
11-
* NatSpec: Inherit tags from unique base if derived function does not provide any.
10+
* NatSpec: Add fields ``kind`` and ``version`` to the JSON output.
11+
* NatSpec: Inherit tags from unique base functions if derived function does not provide any.
1212
* Commandline Interface: Prevent some incompatible commandline options from being used together.
13-
* Debug data: Also tag jumps into and out of Yul functions as jumps into and out of functions.
1413
* NatSpec: Support NatSpec comments on events.
1514
* Yul Optimizer: Store knowledge about storage / memory after ``a := sload(x)`` / ``a := mload(x)``.
1615
* SMTChecker: Support external calls to unknown code.
16+
* Source Maps: Also tag jumps into and out of Yul functions as jumps into and out of functions.
1717

1818

1919
Bugfixes:
2020
* NatSpec: Do not consider ``////`` and ``/***`` as NatSpec comments.
21-
* Type Checker: Fix internal error related to ``using for`` applied to non-libraries.
22-
* Type Checker: Do not disallow assigning to calldata variables.
2321
* Type Checker: Disallow constructor parameters with ``calldata`` data location.
22+
* Type Checker: Do not disallow assigning to calldata variables.
23+
* Type Checker: Fix internal error related to ``using for`` applied to non-libraries.
2424
* Wasm backend: Fix code generation for for-loops with pre statements.
2525
* Wasm backend: Properly support both ``i32.drop`` and ``i64.drop``, and remove ``drop``.
26-
* Yul: Fix source location of variable multi-assignment.
2726
* Yul: Disallow the same variable to occur multiple times on the left-hand side of an assignment.
27+
* Yul: Fix source location of variable multi-assignment.
2828

2929

3030
### 0.6.10 (2020-06-11)

Diff for: docs/bugs_by_version.json

+4
Original file line numberDiff line numberDiff line change
@@ -1109,6 +1109,10 @@
11091109
"bugs": [],
11101110
"released": "2020-06-11"
11111111
},
1112+
"0.6.11": {
1113+
"bugs": [],
1114+
"released": "2020-07-07"
1115+
},
11121116
"0.6.2": {
11131117
"bugs": [
11141118
"MissingEscapingInFormatting",

0 commit comments

Comments
 (0)