aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorYoichi Hirai <i@yoichihirai.com>2017-03-09 00:49:14 +0800
committerGitHub <noreply@github.com>2017-03-09 00:49:14 +0800
commite364909e063cf95922b9611b3d25fb0a4199e43f (patch)
treeb235903bb5c2825f5b99e1534c59a922350c4859 /Changelog.md
parent3f9a7758348a30c4c65a99054e1e1055d1bb20c0 (diff)
parenta3cb69b14b13a64deda8a71387e480a0eec45698 (diff)
downloaddexon-solidity-e364909e063cf95922b9611b3d25fb0a4199e43f.tar
dexon-solidity-e364909e063cf95922b9611b3d25fb0a4199e43f.tar.gz
dexon-solidity-e364909e063cf95922b9611b3d25fb0a4199e43f.tar.bz2
dexon-solidity-e364909e063cf95922b9611b3d25fb0a4199e43f.tar.lz
dexon-solidity-e364909e063cf95922b9611b3d25fb0a4199e43f.tar.xz
dexon-solidity-e364909e063cf95922b9611b3d25fb0a4199e43f.tar.zst
dexon-solidity-e364909e063cf95922b9611b3d25fb0a4199e43f.zip
Merge pull request #1747 from ethereum/fixICEInternalConstructor
Move privateness of constructor into AST itself.
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 8900eab7..212d84fa 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -18,6 +18,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.
* Optimizer: Stop trying to optimize tricky constants after a while.