aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2016-09-17 17:28:44 +0800
committerGitHub <noreply@github.com>2016-09-17 17:28:44 +0800
commit0bc8476aeaac94f44d85d72865c142ac4151967f (patch)
tree8543da5568ebcea7f75245619ec5e777c520e7ba /Changelog.md
parent62f13ad8bf1f7f33bc90bb5c1e1b1e001032501d (diff)
parent031fd568cc753c2ac21e651eaadf2381b2585191 (diff)
downloaddexon-solidity-0bc8476aeaac94f44d85d72865c142ac4151967f.tar.gz
dexon-solidity-0bc8476aeaac94f44d85d72865c142ac4151967f.tar.zst
dexon-solidity-0bc8476aeaac94f44d85d72865c142ac4151967f.zip
Merge pull request #1101 from ethereum/fixcrash
Fix crash for TypeName[k].
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 1ae18658..d61ac7c8 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,11 @@
+### 0.4.2
+
+ * Type Checker: Fixed a crash about invalid array types.
+
+### 0.4.1 (2016-09-09)
+
+ * Build System: Fixes to allow library compilation.
+
### 0.4.0 (2016-09-08)
This release deliberately breaks backwards compatibility mostly to