aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-11-30 08:23:22 +0800
committerchriseth <chris@ethereum.org>2017-11-30 08:23:22 +0800
commitf7538daaf4fde2cbad2d0856f13a4ad773df9c85 (patch)
treee4dce9f626b7ef2f2d8e7a83cc45bcfde59cad4c
parentffb3a3c06c4d436aaf03efccf31301b472cd8137 (diff)
downloaddexon-solidity-f7538daaf4fde2cbad2d0856f13a4ad773df9c85.tar.gz
dexon-solidity-f7538daaf4fde2cbad2d0856f13a4ad773df9c85.tar.zst
dexon-solidity-f7538daaf4fde2cbad2d0856f13a4ad773df9c85.zip
Preparation for 0.4.19 release.
-rw-r--r--Changelog.md8
-rw-r--r--docs/bugs_by_version.json4
2 files changed, 8 insertions, 4 deletions
diff --git a/Changelog.md b/Changelog.md
index 8f610a53..9a30986a 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,14 +1,14 @@
-### 0.4.19 (unreleased)
+### 0.4.19 (2017-11-30)
Features:
- * Allow constant variables to be used as array length
* Code Generator: New ABI decoder which supports structs and arbitrarily nested
- arrays and checks input size (activate using ``pragma experimental ABIEncoderV2;``.
+ arrays and checks input size (activate using ``pragma experimental ABIEncoderV2;``).
+ * General: Allow constant variables to be used as array length.
+ * Inline Assembly: ``if`` statement.
* Standard JSON: Support the ``outputSelection`` field for selective compilation of target artifacts.
* Syntax Checker: Turn the usage of ``callcode`` into an error as experimental 0.5.0 feature.
* Type Checker: Improve address checksum warning.
* Type Checker: More detailed errors for invalid array lengths (such as division by zero).
- * Inline Assembly: ``if`` statement.
Bugfixes:
diff --git a/docs/bugs_by_version.json b/docs/bugs_by_version.json
index cca45428..3a8ff9a1 100644
--- a/docs/bugs_by_version.json
+++ b/docs/bugs_by_version.json
@@ -397,6 +397,10 @@
"bugs": [],
"released": "2017-10-18"
},
+ "0.4.19": {
+ "bugs": [],
+ "released": "2017-11-30"
+ },
"0.4.2": {
"bugs": [
"ZeroFunctionSelector",