Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5ebd31c

Browse files
authored
Merge pull request argotorg#1404 from ethereum/changelog
Update changelog.
2 parents 78e8521 + 5bb050a commit 5ebd31c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Changelog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
### 0.4.5 (unreleased)
1+
### 0.4.5 (2016-11-21)
22

33
Features:
44
* 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
66
* Inline assembly: support ``invalidJumpLabel`` as a jump label.
77
* Type checker: now more eagerly searches for a common type of an inline array with mixed types
88
* Code generator: generates a runtime error when an out-of-range value is converted into an enum type.
99

1010
Bugfixes:
1111

1212
* 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.
1414
* Parser: disallow empty enum definitions.
1515
* Type checker: disallow conversion between different enum types.
1616
* Interface JSON: do not include trailing new line.

0 commit comments

Comments
 (0)