Changelog entry.

This commit is contained in:
chriseth 2020-01-23 12:45:02 +01:00
parent a3f23d3158
commit 8e7aef63f0

View File

@ -4,6 +4,8 @@ Language Features:
* Allow accessing external functions via contract and interface names to obtain their selector.
* Inline Assembly: Support literals ``true`` and ``false``.
* Allow interfaces to inherit from other interfaces
* Allow gas and value to be set in external function calls using ``f{gas: 10000, value: 4 ether}()``.
* Allow specifying the ``salt`` for contract creations and thus the ``create2`` opcode using ``new C{salt: 0x1234, value: 1 ether}(arg1, arg2)``.
Compiler Features: