From a98a51d08ca5728151cf0c70f47a33d273d62784 Mon Sep 17 00:00:00 2001 From: Erik Ernst Date: Mon, 12 Aug 2024 15:22:06 +0200 Subject: [PATCH] Add change log entry --- specification/dartLangSpec.tex | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/specification/dartLangSpec.tex b/specification/dartLangSpec.tex index 40eb36c5d..8c632e049 100644 --- a/specification/dartLangSpec.tex +++ b/specification/dartLangSpec.tex @@ -42,6 +42,11 @@ % is concerned with an instance member with the same basename, not a % static member. % +% Aug 2024 +% - Use everywhere, the distinction between class member +% syntax and mixin member syntax etc. was never actually introduced. The +% way they differ is expressed using (non-syntax) compile-time errors. +% % Jun 2024 % - Add missing references to section 'Type dynamic' at the points where the % static analysis of Object member invocations is specified.