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-2
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
### 0.7.0 (unreleased)
1
+
### 0.7.0 (2020-07-28)
2
2
3
3
Breaking changes:
4
4
* Inline Assembly: Disallow ``.`` in user-defined function and variable names.
@@ -30,17 +30,18 @@ Language Features:
30
30
31
31
32
32
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.
33
34
* Variable declarations using the ``var`` keyword are not recognized anymore.
34
35
35
36
36
37
Bugfixes:
38
+
* Immutables: Fix internal compiler error when immutables are not assigned.
37
39
* Inheritance: Disallow public state variables overwriting ``pure`` functions.
38
40
* NatSpec: Constructors and functions have consistent userdoc output.
39
41
* SMTChecker: Fix internal error when assigning to a 1-tuple.
40
42
* SMTChecker: Fix internal error when tuples have extra effectless parenthesis.
41
43
* State Mutability: Constant public state variables are considered ``pure`` functions.
42
44
* 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.
0 commit comments