Преглед на файлове

Mention Lucas's work on warnings for unused variables

Signed-off-by: Sean Young <sean@mess.org>
Sean Young преди 4 години
родител
ревизия
1c476bb4b5
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      CHANGELOG.md

+ 2 - 0
CHANGELOG.md

@@ -17,6 +17,8 @@ will be documented here.
 - Implement abi.encodePacked() for the ethereum abi encoder
 - The Solana target now compiles all contracts to a single `bundle.so` BPF
   program.
+- Any unused variables, events, or contract variables are now detected and
+  warnings are given, thanks to [LucasSte](https://github.com/LucasSte)
 
 ### Changed
 - Solang now uses LLVM 11.0, based on the [Solana LLVM tree](https://github.com/solana-labs/llvm-project/)