Skip to content

Commit cebca57

Browse files
authored
Merge pull request #8192 from ethereum/polishChangelog
Polish changelog for 0.6.2.
2 parents 6f05066 + 99202e8 commit cebca57

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Changelog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
### 0.6.2 (unreleased)
1+
### 0.6.2 (2020-01-27)
22

33
Language Features:
44
* Allow accessing external functions via contract and interface names to obtain their selector.
5-
* Inline Assembly: Support literals ``true`` and ``false``.
65
* Allow interfaces to inherit from other interfaces
7-
* Allow gas and value to be set in external function calls using ``f{gas: 10000, value: 4 ether}()``.
6+
* Allow gas and value to be set in external function calls using ``c.f{gas: 10000, value: 4 ether}()``.
87
* Allow specifying the ``salt`` for contract creations and thus the ``create2`` opcode using ``new C{salt: 0x1234, value: 1 ether}(arg1, arg2)``.
8+
* Inline Assembly: Support literals ``true`` and ``false``.
99

1010

1111
Compiler Features:

docs/bugs_by_version.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -880,5 +880,9 @@
880880
"0.6.1": {
881881
"bugs": [],
882882
"released": "2020-01-02"
883+
},
884+
"0.6.2": {
885+
"bugs": [],
886+
"released": "2020-01-27"
883887
}
884888
}

0 commit comments

Comments
 (0)