aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAnthony Broad-Crawford <abc@abc.local>2018-03-03 05:30:03 +0800
committerAnthony Broad-Crawford <abc@abc.local>2018-03-06 04:14:14 +0800
commit174c46d5afd8be4e6b23804bbdd8245d5a78cc0e (patch)
tree5da66a90080a34a7a280abcd782d81404b35a4de /Changelog.md
parent7e2f3d3e0727cf6ef8779abd3cf6e00e5332f1ef (diff)
downloaddexon-solidity-174c46d5afd8be4e6b23804bbdd8245d5a78cc0e.tar.gz
dexon-solidity-174c46d5afd8be4e6b23804bbdd8245d5a78cc0e.tar.zst
dexon-solidity-174c46d5afd8be4e6b23804bbdd8245d5a78cc0e.zip
Improved messaging when an error spans multiple lines and updated change log file.
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 a28538ed..ce0cc3a2 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -10,6 +10,7 @@ Features:
* Syntax Checker: Mark ``throw`` as an error as experimental 0.5.0 feature.
* Syntax Checker: Issue error if no visibility is specified on contract functions as experimental 0.5.0 feature.
* Type Checker: disallow combining hex numbers and unit denominations as experimental 0.5.0 feature.
+ * Improved messaging when error spans multiple lines of a sourcefile
Bugfixes:
* Assembly: Raise error on oversized number literals in assembly.