Changelog entry.

This commit is contained in:
chriseth 2021-03-18 18:14:40 +01:00
parent 786ae2ceec
commit 904dade4bd

View File

@ -2,6 +2,8 @@
Language Features:
* Possibility to use ``bytes.concat`` with variable number of ``bytes`` and ``bytesNN`` arguments which behaves as a restricted version of `abi.encodePacked` with a more descriptive name.
* Support custom errors via the ``error`` keyword and introduce the ``revert`` statement.
Compiler Features:
* Commandline Interface: Model checker option ``--model-checker-targets`` also accepts ``outOfBounds``.