Skip to content

Commit 2222dde

Browse files
authored
Merge pull request argotorg#2509 from ethereum/version
Version
2 parents eaf4d67 + d1e4e03 commit 2222dde

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 0.4.12 (unreleased)
1+
### 0.4.12 (2017-07-03)
22

33
Features:
44
* Assembly: Add ``CREATE2`` (EIP86), ``STATICCALL`` (EIP214), ``RETURNDATASIZE`` and ``RETURNDATACOPY`` (EIP211) instructions.
@@ -27,14 +27,14 @@ Bugfixes:
2727
* Code generator: Use ``REVERT`` instead of ``INVALID`` for generated input validation routines.
2828
* Inline Assembly: Enforce function arguments when parsing functional instructions.
2929
* Optimizer: Disallow optimizations involving ``MLOAD`` because it changes ``MSIZE``.
30+
* Static Analyzer: Unused variable warnings no longer issued for variables used inside inline assembly.
3031
* Type Checker: Fix address literals not being treated as compile-time constants.
3132
* Type Checker: Fixed crash concerning non-callable types.
3233
* Type Checker: Fixed segfault with constant function parameters
3334
* Type Checker: Disallow comparisons between mapping and non-internal function types.
3435
* Type Checker: Disallow invoking the same modifier multiple times.
3536
* Type Checker: Do not treat strings that look like addresses as addresses.
3637
* Type Checker: Support valid, but incorrectly rejected UTF-8 sequences.
37-
* Unused variable warnings no longer issued for variables used inside inline assembly.
3838

3939
### 0.4.11 (2017-05-03)
4040

docs/bugs_by_version.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,10 @@
297297
],
298298
"released": "2017-05-03"
299299
},
300+
"0.4.12": {
301+
"bugs": [],
302+
"released": "2017-07-03"
303+
},
300304
"0.4.2": {
301305
"bugs": [
302306
"SkipEmptyStringLiteral",

0 commit comments

Comments
 (0)