File tree Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 1
- ### 0.4.16 (unreleased )
1
+ ### 0.4.16 (2017-08-24 )
2
2
3
3
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 `` .
6
6
* 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.
7
10
* 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.
10
14
* 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.
12
17
* Type Checker: More detailed error message for invalid overrides.
13
18
* Type Checker: Warn about shifting a literal.
14
19
Original file line number Diff line number Diff line change 354
354
"bugs" : [],
355
355
"released" : " 2017-08-08"
356
356
},
357
+ "0.4.16" : {
358
+ "bugs" : [],
359
+ "released" : " 2017-08-24"
360
+ },
357
361
"0.4.2" : {
358
362
"bugs" : [
359
363
" DelegateCallReturnValue" ,
You can’t perform that action at this time.
0 commit comments