diff options
author | chriseth <c@ethdev.com> | 2017-03-01 22:47:25 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2017-03-02 21:34:06 +0800 |
commit | 6a9df162fd30237e9313a28599d4b0f26f2ea4f2 (patch) | |
tree | ca1bf895276995e8abb7bccb86b6d09b8e6d4486 /Changelog.md | |
parent | cc01d870ff642ee3c52f5473f6f2a2fba5ec15c8 (diff) | |
download | dexon-solidity-6a9df162fd30237e9313a28599d4b0f26f2ea4f2.tar.gz dexon-solidity-6a9df162fd30237e9313a28599d4b0f26f2ea4f2.tar.zst dexon-solidity-6a9df162fd30237e9313a28599d4b0f26f2ea4f2.zip |
Changelog entry.
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 3eaadf21..5eb1e401 100644 --- a/Changelog.md +++ b/Changelog.md @@ -13,6 +13,7 @@ Bugfixes: * Type system: Fix a crash caused by continuing on fatal errors in the code. * Type system: Disallow arrays with negative length. * Type system: Fix a crash related to invalid binary operators. + * Type system: Disallow ``var`` declaration with empty tuple type. * Type system: Correctly convert function argument types to pointers for member functions. * Inline assembly: Charge one stack slot for non-value types during analysis. * Assembly output: Print source location before the operation it refers to instead of after. |