Skip to content

Commit 52eeeac

Browse files
authored
Merge pull request #9533 from ethereum/prepare070
Prepare changelog for 0.7.0.
2 parents 655113e + ab0b2e1 commit 52eeeac

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Diff for: Changelog.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 0.7.0 (unreleased)
1+
### 0.7.0 (2020-07-28)
22

33
Breaking changes:
44
* Inline Assembly: Disallow ``.`` in user-defined function and variable names.
@@ -30,17 +30,18 @@ Language Features:
3030

3131

3232
Compiler Features:
33+
* SMTChecker: Report multi-transaction counterexamples including the function calls that initiate the transactions. This does not include concrete values for reference types and reentrant calls.
3334
* Variable declarations using the ``var`` keyword are not recognized anymore.
3435

3536

3637
Bugfixes:
38+
* Immutables: Fix internal compiler error when immutables are not assigned.
3739
* Inheritance: Disallow public state variables overwriting ``pure`` functions.
3840
* NatSpec: Constructors and functions have consistent userdoc output.
3941
* SMTChecker: Fix internal error when assigning to a 1-tuple.
4042
* SMTChecker: Fix internal error when tuples have extra effectless parenthesis.
4143
* State Mutability: Constant public state variables are considered ``pure`` functions.
4244
* Type Checker: Fixing deduction issues on function types when function call has named arguments.
43-
* Immutables: Fix internal compiler error when immutables are not assigned.
4445

4546

4647
### 0.6.12 (2020-07-22)

Diff for: docs/bugs_by_version.json

+4
Original file line numberDiff line numberDiff line change
@@ -1181,5 +1181,9 @@
11811181
"UsingForCalldata"
11821182
],
11831183
"released": "2020-06-04"
1184+
},
1185+
"0.7.0": {
1186+
"bugs": [],
1187+
"released": "2020-07-28"
11841188
}
11851189
}

0 commit comments

Comments
 (0)