aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2017-03-06 21:16:06 +0800
committerchriseth <c@ethdev.com>2017-03-06 21:16:06 +0800
commita3cb69b14b13a64deda8a71387e480a0eec45698 (patch)
tree0de7d2abda630de3a091e77e65bac9abab386711
parentf300bdb020ca55b05f1725dc2157fb636c1e4801 (diff)
downloaddexon-solidity-a3cb69b14b13a64deda8a71387e480a0eec45698.tar
dexon-solidity-a3cb69b14b13a64deda8a71387e480a0eec45698.tar.gz
dexon-solidity-a3cb69b14b13a64deda8a71387e480a0eec45698.tar.bz2
dexon-solidity-a3cb69b14b13a64deda8a71387e480a0eec45698.tar.lz
dexon-solidity-a3cb69b14b13a64deda8a71387e480a0eec45698.tar.xz
dexon-solidity-a3cb69b14b13a64deda8a71387e480a0eec45698.tar.zst
dexon-solidity-a3cb69b14b13a64deda8a71387e480a0eec45698.zip
Changelog entry.
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 5eb1e401..df0fde21 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -15,6 +15,7 @@ Bugfixes:
* 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.
+ * Type system: Move privateness of constructor into AST itself.
* 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.