From 4a6b22885e0fb78be0f2bbeb785fc0332988bcc8 Mon Sep 17 00:00:00 2001 From: Harikrishnan Mulackal Date: Mon, 27 Sep 2021 12:27:12 +0200 Subject: [PATCH] Clarification in changelog --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index bb44b8122..7d07627f2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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.