aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-08-08 22:55:41 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2018-08-08 22:59:24 +0800
commit3c791d637d6bdf709ec272e6c8cf9ff51abd34ef (patch)
treea2464e62ca686131e732bf04fbc2fed81c94cb38 /Changelog.md
parent863778fe3614f8387723572693f276f66321fd74 (diff)
downloaddexon-solidity-3c791d637d6bdf709ec272e6c8cf9ff51abd34ef.tar
dexon-solidity-3c791d637d6bdf709ec272e6c8cf9ff51abd34ef.tar.gz
dexon-solidity-3c791d637d6bdf709ec272e6c8cf9ff51abd34ef.tar.bz2
dexon-solidity-3c791d637d6bdf709ec272e6c8cf9ff51abd34ef.tar.lz
dexon-solidity-3c791d637d6bdf709ec272e6c8cf9ff51abd34ef.tar.xz
dexon-solidity-3c791d637d6bdf709ec272e6c8cf9ff51abd34ef.tar.zst
dexon-solidity-3c791d637d6bdf709ec272e6c8cf9ff51abd34ef.zip
Provide nicer error message when referencing overloaded references
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 2309edc3..37dcea7a 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -73,6 +73,7 @@ Language Features:
Compiler Features:
* C API (``libsolc``): Export the ``solidity_license``, ``solidity_version`` and ``solidity_compile`` methods.
+ * Type Checker: Nicer error message when trying to reference overloaded identifiers in inline assembly.
* Type Checker: Show named argument in case of error.
* Tests: Determine transaction status during IPC calls.
* Code Generator: Allocate and free local variables according to their scope.