aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorFederico Bond <federicobond@gmail.com>2017-07-18 03:47:44 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-08-12 05:45:25 +0800
commita5ceaac8df80f89112bb4d7bbfd9da165d370aa3 (patch)
tree54f1678bf4584c32ffead239dd13170ecdea03ee /Changelog.md
parentd968912a4ce89a40d7d03bf0748a07c397662f68 (diff)
downloaddexon-solidity-a5ceaac8df80f89112bb4d7bbfd9da165d370aa3.tar
dexon-solidity-a5ceaac8df80f89112bb4d7bbfd9da165d370aa3.tar.gz
dexon-solidity-a5ceaac8df80f89112bb4d7bbfd9da165d370aa3.tar.bz2
dexon-solidity-a5ceaac8df80f89112bb4d7bbfd9da165d370aa3.tar.lz
dexon-solidity-a5ceaac8df80f89112bb4d7bbfd9da165d370aa3.tar.xz
dexon-solidity-a5ceaac8df80f89112bb4d7bbfd9da165d370aa3.tar.zst
dexon-solidity-a5ceaac8df80f89112bb4d7bbfd9da165d370aa3.zip
Improve override changes signature error message
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 4609da92..b4ca745f 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -4,6 +4,7 @@ Features:
* Parser: Display previous visibility specifier in error if multiple are found.
* Syntax Checker: Support ``pragma experimental <feature>;`` to turn on experimental features.
* Metadata: Store experimental flag in metadata CBOR.
+ * Type Checker: More detailed error message for invalid overrides.
Bugfixes:
* Parser: Enforce commas between array and tuple elements.