aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2017-03-01 23:09:19 +0800
committerchriseth <c@ethdev.com>2017-03-01 23:09:19 +0800
commitb832b70e1bf09087005f0e620fa5e20d57fd3310 (patch)
tree2cb5fadc4367ab4b2be0cb239f98130ae77022cd
parenta689152c4bcf21f6f1d7ffbc5e2444a4c2ff75ee (diff)
downloaddexon-solidity-b832b70e1bf09087005f0e620fa5e20d57fd3310.tar.gz
dexon-solidity-b832b70e1bf09087005f0e620fa5e20d57fd3310.tar.zst
dexon-solidity-b832b70e1bf09087005f0e620fa5e20d57fd3310.zip
Changelog entry.
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index c46ba3bd..3eaadf21 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: 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.