aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-07-06 00:24:51 +0800
committerchriseth <chris@ethereum.org>2017-07-06 00:27:32 +0800
commitda48bcc51e56d7a088b8e21c45aa12299babbd39 (patch)
treea9b21dde1adca93cfa069b9af221c4e2f241c28a /Changelog.md
parent05a26fc98c1201057c618c536ca0537e456c9b15 (diff)
downloaddexon-solidity-da48bcc51e56d7a088b8e21c45aa12299babbd39.tar.gz
dexon-solidity-da48bcc51e56d7a088b8e21c45aa12299babbd39.tar.zst
dexon-solidity-da48bcc51e56d7a088b8e21c45aa12299babbd39.zip
Only output AST if the analysis was successful.
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index b4415978..8e740866 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,6 +1,7 @@
### 0.4.13 (unreleased)
Bugfixes:
+ * Compiler Interface: Only output AST if analysis was successful.
* Code Generator: Correctly unregister modifier variables.
### 0.4.12 (2017-07-03)