aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2017-03-01 22:47:25 +0800
committerchriseth <c@ethdev.com>2017-03-02 21:34:06 +0800
commit6a9df162fd30237e9313a28599d4b0f26f2ea4f2 (patch)
treeca1bf895276995e8abb7bccb86b6d09b8e6d4486 /Changelog.md
parentcc01d870ff642ee3c52f5473f6f2a2fba5ec15c8 (diff)
downloaddexon-solidity-6a9df162fd30237e9313a28599d4b0f26f2ea4f2.tar
dexon-solidity-6a9df162fd30237e9313a28599d4b0f26f2ea4f2.tar.gz
dexon-solidity-6a9df162fd30237e9313a28599d4b0f26f2ea4f2.tar.bz2
dexon-solidity-6a9df162fd30237e9313a28599d4b0f26f2ea4f2.tar.lz
dexon-solidity-6a9df162fd30237e9313a28599d4b0f26f2ea4f2.tar.xz
dexon-solidity-6a9df162fd30237e9313a28599d4b0f26f2ea4f2.tar.zst
dexon-solidity-6a9df162fd30237e9313a28599d4b0f26f2ea4f2.zip
Changelog entry.
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 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.