1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-03 00:08:46 +00:00

[release] Prepare changelog for 2.1.0-dev.7.0

TBR=whesse@google.com

Change-Id: I08a4b0b504dbaae589b07c48db3d81a7d579e69b
Reviewed-on: https://dart-review.googlesource.com/c/79100
Reviewed-by: Alexander Thomas <athom@google.com>
This commit is contained in:
Alexander Thomas 2018-10-10 18:36:42 +00:00
parent f320477ff9
commit 34f6aea008

View File

@ -4,6 +4,20 @@
### Language
### Core library changes
### Dart VM
### Tool Changes
#### Pub
#### Other Tools
## 2.1.0-dev.7.0
### Language
* Fixed a bug (issue [32014](http://dartbug.com/32014)) that caused invalid
implementations of the interface of a class to not be reported in some cases.
For instance, the following code would not produce a compile-time error:
@ -53,14 +67,6 @@
* Made `Uri` parsing more permissive about `[` and `]` occurring
in the path, query or fragment, and `#` occurring in fragment.
### Dart VM
### Tool Changes
#### Pub
#### Other Tools
## 2.1.0-dev.6.0
## 2.1.0-dev.5.0