aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-12-04 18:22:49 +0800
committerchriseth <chris@ethereum.org>2018-12-04 18:37:03 +0800
commitd829794737233e23b0aa53d0360fa9f626209ba0 (patch)
tree1c7bccd8bd6fd6ba93a5e8dd3f34d0ddcc8a0ece /Changelog.md
parent336287821a1eb831e69414dedb77a6d77570709f (diff)
downloaddexon-solidity-d829794737233e23b0aa53d0360fa9f626209ba0.tar.gz
dexon-solidity-d829794737233e23b0aa53d0360fa9f626209ba0.tar.zst
dexon-solidity-d829794737233e23b0aa53d0360fa9f626209ba0.zip
Improve yul error messages around number of arguments and variables.
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 7bdcd518..2acd60c8 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -4,6 +4,7 @@ Language Features:
Compiler Features:
+ * Inline Assembly: Improve error messages around invalid function argument count.
Bugfixes: