Skip to content

Commit

Permalink
Remove changelog entry for part-of in 1.23.
Browse files Browse the repository at this point in the history
  • Loading branch information
floitschG committed Apr 18, 2017
1 parent ed41766 commit 9add06f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@

## 1.23.0

### Language
* Allow using URI strings in `part of` declarations to refer to the
importing library.
A library part now can declare its library either as:
`part of name.of.library;` or as `part of "uriReferenceOfLibrary.dart";`.
This allows libraries with no library declarations (and therefore no name)
to have parts, and it allows tools to easily find the library of a part file.

#### Strong Mode

* Breaking change - it is now a strong mode error if a mixin causes a name
Expand Down

0 comments on commit 9add06f

Please sign in to comment.