aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-08-21 22:22:20 +0800
committerchriseth <chris@ethereum.org>2017-08-21 22:57:37 +0800
commitec82706396aa1770851223d59c0efdde7407fda0 (patch)
treebff7e508a449c1efc9fd5357bb957f7e84156d4c /Changelog.md
parentd270879c8ff4447417c1c0cfce0b008b4df7bc9c (diff)
downloaddexon-solidity-ec82706396aa1770851223d59c0efdde7407fda0.tar
dexon-solidity-ec82706396aa1770851223d59c0efdde7407fda0.tar.gz
dexon-solidity-ec82706396aa1770851223d59c0efdde7407fda0.tar.bz2
dexon-solidity-ec82706396aa1770851223d59c0efdde7407fda0.tar.lz
dexon-solidity-ec82706396aa1770851223d59c0efdde7407fda0.tar.xz
dexon-solidity-ec82706396aa1770851223d59c0efdde7407fda0.tar.zst
dexon-solidity-ec82706396aa1770851223d59c0efdde7407fda0.zip
Fix crash related to ``using for`` without a library.
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 49d92eb5..3574455b 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -13,6 +13,7 @@ Bugfixes:
* Assembly Parser: Be more strict about number literals.
* Parser: Enforce commas between array and tuple elements.
* Parser: Limit maximum recursion depth.
+ * Type Checker: Crash fix related to ``using``.
* Type Checker: Disallow constructors in libraries.
### 0.4.15 (2017-08-08)