Update changelog to mention new member conflict rules.

Closes https://github.com/dart-lang/sdk/issues/33237

Change-Id: Ic2b477013534190ccf725b119b85f167c5cd2727
Reviewed-on: https://dart-review.googlesource.com/62802
Commit-Queue: Aske Simon Christensen <askesc@google.com>
Reviewed-by: Erik Ernst <eernst@google.com>
This commit is contained in:
Aske Simon Christensen 2018-06-29 11:25:28 +00:00 committed by commit-bot@chromium.org
parent 29091500f0
commit 73386f75d6

View file

@ -4,6 +4,11 @@
### Language
* New member conflict rules have been implemented. Most cases of conflicting
members with the same name are now static errors. Issue [33235][issue 33235].
[issue 33235]: https://github.com/dart-lang/sdk/issues/33235
#### Strong Mode
### Dart VM