Update changelog for interface inheritance

This commit is contained in:
Jason Cobb 2020-01-21 08:32:04 -05:00
parent 595f569e97
commit f492a0a3ef
No known key found for this signature in database
GPG Key ID: 2A3F6A6DCA1E8DED

View File

@ -3,6 +3,7 @@
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
Compiler Features: