Added changelog entry for member conflict updates

TBR: This CL only adds a missing changelog entry for the commit
08c893d55b.
Change-Id: I4963dbebc090e95b26ce043586cfa2db0df95f3c
Reviewed-on: https://dart-review.googlesource.com/57502
Reviewed-by: Erik Ernst <eernst@google.com>
This commit is contained in:
Erik Ernst
2018-05-31 07:14:39 +00:00
parent 08c893d55b
commit 715c14c967
+2
View File
@@ -47,6 +47,8 @@
% local function evaluates to the closurization of that declaration.
% - Make `mixin` and `interface` built-in identifiers.
% - Make `async` *not* a reserved word inside async functions.
% - Added 'Class Member Conflicts', simplifying and adjusting rules about
% member declaration conflicts beyond "`n` declared twice in one scope".
%
% 1.15
% - Change how language specification describes control flow.