File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- ### 0.4.5 (unreleased )
1
+ ### 0.4.5 (2016-11-21 )
2
2
3
3
Features:
4
4
* Function types
5
- * Do-while loops: support for a C-style do{ <block >} while(<expr >); control structure
5
+ * Do-while loops: support for a `` do <block> while (<expr>);`` control structure
6
6
* Inline assembly: support `` invalidJumpLabel `` as a jump label.
7
7
* Type checker: now more eagerly searches for a common type of an inline array with mixed types
8
8
* Code generator: generates a runtime error when an out-of-range value is converted into an enum type.
9
9
10
10
Bugfixes:
11
11
12
12
* Inline assembly: calculate stack height warning correctly even when local variables are used.
13
- * Support the `` payable `` keyword on constructors.
13
+ * Code generator: check for value transfer in non-payable constructors.
14
14
* Parser: disallow empty enum definitions.
15
15
* Type checker: disallow conversion between different enum types.
16
16
* Interface JSON: do not include trailing new line.
You can’t perform that action at this time.
0 commit comments