aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-07-06 02:40:25 +0800
committerGitHub <noreply@github.com>2017-07-06 02:40:25 +0800
commit2dd9070a4f8426fb16a4d611f21ed0f98f670195 (patch)
tree3bcad988c1928a23964eaba16dae59cb4cdd869c /Changelog.md
parente3f2771771a322fce93fbe4fc32659cd50354de4 (diff)
parentda48bcc51e56d7a088b8e21c45aa12299babbd39 (diff)
downloaddexon-solidity-2dd9070a4f8426fb16a4d611f21ed0f98f670195.tar.gz
dexon-solidity-2dd9070a4f8426fb16a4d611f21ed0f98f670195.tar.zst
dexon-solidity-2dd9070a4f8426fb16a4d611f21ed0f98f670195.zip
Merge pull request #2527 from ethereum/onlyASTIfAnalysisSuccessful
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 de4207a9..80e85858 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.
* Error Output: Do not omit the error type.