Skip to content

Commit c5b81f5

Browse files
authored
Merge pull request #2797 from ethereum/updateVersion
Prepare 0.4.16 release.
2 parents 71294b2 + 0878eaa commit c5b81f5

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

Changelog.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
1-
### 0.4.16 (unreleased)
1+
### 0.4.16 (2017-08-24)
22

33
Features:
4-
* Introduce ``pure`` functions. The pureness is not enforced yet, use with care.
5-
* ABI JSON: Include new field ``stateMutability`` with values ``pure``, ``view``, ``nonpayable`` and ``payable``.
4+
* ABI JSON: Include new field ``stateMutability`` with values ``pure``, ``view``,
5+
``nonpayable`` and ``payable``.
66
* Analyzer: Experimental partial support for Z3 SMT checker.
7+
* Build System: Shared libraries (``libdevcore``, ``libevmasm``, ``libsolidity``
8+
and ``liblll``) are no longer produced during the build process.
9+
* Metadata: Store experimental flag in metadata CBOR.
710
* Parser: Display previous visibility specifier in error if multiple are found.
8-
* Parser: Introduce ``view`` keyword on functions (``constant`` remains an alias for ``view``).
9-
* Syntax Checker: Support ``pragma experimental <feature>;`` to turn on experimental features.
11+
* Parser: Introduce ``pure`` and ``view`` keyword for functions,
12+
``constant`` remains an alias for ``view`` and pureness is not enforced yet,
13+
so use with care.
1014
* Static Analyzer: Warn about large storage structures.
11-
* Metadata: Store experimental flag in metadata CBOR.
15+
* Syntax Checker: Support ``pragma experimental <feature>;`` to turn on
16+
experimental features.
1217
* Type Checker: More detailed error message for invalid overrides.
1318
* Type Checker: Warn about shifting a literal.
1419

docs/bugs_by_version.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,10 @@
354354
"bugs": [],
355355
"released": "2017-08-08"
356356
},
357+
"0.4.16": {
358+
"bugs": [],
359+
"released": "2017-08-24"
360+
},
357361
"0.4.2": {
358362
"bugs": [
359363
"DelegateCallReturnValue",

0 commit comments

Comments
 (0)