Clarification in changelog

This commit is contained in:
Harikrishnan Mulackal 2021-09-27 12:27:12 +02:00
parent d5c869f5d6
commit 4a6b22885e

View File

@ -2,7 +2,7 @@
Language Features:
* Inheritance: A function that overrides only a single interface function does not require the ``override`` specifier.
* Type System: Support ``type().min`` and ``type().max`` for enums.
* Type System: Support ``type(E).min`` and ``type(E).max`` for enums.
* User Defined Value Type: allows creating a zero cost abstraction over a value type with stricter type requirements.