aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md
index 8812bace..207e2c21 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,4 +1,14 @@
-### 0.4.23 (unreleased)
+### 0.4.24 (unreleased)
+
+Features:
+ * Optimizer: Remove unnecessary masking of the result of known short instructions (``ADDRESS``, ``CALLER``, ``ORIGIN`` and ``COINBASE``).
+
+
+Bugfixes:
+
+
+
+### 0.4.23 (2018-04-19)
Features:
* Build system: Support Ubuntu Bionic.
@@ -6,8 +16,10 @@ Features:
* Syntax Checker: Warn about functions named "constructor".
Bugfixes:
+ * Type Checker: Improve error message for failed function overload resolution.
* Type Checker: Do not complain about new-style constructor and fallback function to have the same name.
* Type Checker: Detect multiple constructor declarations in the new syntax and old syntax.
+ * Type Checker: Explicit conversion of ``bytesXX`` to ``contract`` is properly disallowed.
### 0.4.22 (2018-04-16)