From 10d290cb9b131f620c56c0bc84a9ab5bcf50368b Mon Sep 17 00:00:00 2001 From: Suman Date: Tue, 29 Aug 2017 11:58:38 -0400 Subject: Display helpful warning for unused function arguments/return parameters --- Changelog.md | 1 + 1 file changed, 1 insertion(+) (limited to 'Changelog.md') diff --git a/Changelog.md b/Changelog.md index f61bb560..d3627565 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,7 @@ Features: * Optimizer: Add new optimization step to remove unused ``JUMPDEST``s. + * Type Checker: Display helpful warning for unused function arguments/return parameters. * Type Checker: Do not show the same error multiple times for events. * Type Checker: Warn on using literals as tight packing parameters in ``keccak256``, ``sha3``, ``sha256`` and ``ripemd160``. -- cgit