Update the changelog to include information about implicit-casts

Change-Id: Id64602bf1668c45925789ffee817860ae5a1db76
Reviewed-on: https://dart-review.googlesource.com/c/84444
Reviewed-by: Paul Berry <paulberry@google.com>
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
This commit is contained in:
Brian Wilkerson 2018-11-14 19:55:36 +00:00 committed by commit-bot@chromium.org
parent 1b5996ae67
commit 4abe764b79
2 changed files with 17 additions and 0 deletions

View file

@ -1,3 +1,14 @@
##
### Tool Changes
#### Analyzer
* Support for `declarations-casts` has been removed and the `implicit-casts`
option now has the combined semantics of both options. This means that users
that disable `implicit-casts` might now see errors that were not previously
being reported.
## 2.2.0-dev.XX.0
### Dart for the Web

View file

@ -1,3 +1,9 @@
##
* Support for `declarations-casts` has been removed and the `implicit-casts`
option now has the combined semantics of both options. This means that users
that disable `implicit-casts` might now see errors that were not previously
being reported.
## 0.33.3
* Backport Parsed/ResolvedLibraryResultImpl and ElementDeclarationResult.