Changelog.

This commit is contained in:
chriseth 2022-05-02 12:27:20 +02:00
parent 1164d1b4dd
commit 259edd4c98

View File

@ -2,6 +2,7 @@
Important Bugfixes:
* ABI Encoder: When ABI-encoding values from calldata that contain nested arrays, correctly validate the nested array length against ``calldatasize()`` in all cases.
* Override Checker: Allow changing data location for parameters only when overriding external functions.
Compiler Features: