Skip to content

Commit 2db8b8a

Browse files
authored
Merge pull request argotorg#3893 from ethereum/prepareForRelease
Preparation for 0.4.22 release.
2 parents af18b4d + c65159c commit 2db8b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Features:
99
* General: Add global function ``gasleft()`` and deprecate ``msg.gas``.
1010
* General: Add global function ``blockhash(uint)`` and deprecate ``block.hash(uint)``.
1111
* General: Allow providing reason string for ``revert()`` and ``require()``.
12+
* General: Introduce new constructor syntax using the ``constructor`` keyword as experimental 0.5.0 feature.
1213
* General: Limit the number of errors output in a single run to 256.
1314
* General: Support accessing dynamic return data in post-byzantium EVMs.
1415
* Inheritance: Error when using empty parentheses for base class constructors that require arguments as experimental 0.5.0 feature.
@@ -23,7 +24,6 @@ Features:
2324
* Syntax Checker: Warn about modifiers on functions without implementation (this will turn into an error with version 0.5.0).
2425
* Syntax Tests: Add source locations to syntax test expectations.
2526
* Type Checker: Improve documentation and warnings for accessing contract members inherited from ``address``.
26-
* General: Introduce new constructor syntax using the ``constructor`` keyword as experimental 0.5.0 feature.
2727

2828

2929
Bugfixes:

0 commit comments

Comments
 (0)