Update changelog for interface inheritance

This commit is contained in:
Jason Cobb
2020-01-22 09:40:40 -05:00
parent 595f569e97
commit f492a0a3ef
+1
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: