Skip to content

Commit bf411fc

Browse files
committed
Prepare to publish analyzer 0.39.15.
Change-Id: Ie7439fa98cd6d9b4b1e5ffb5ff81a16e8ddaf97b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/155832 Reviewed-by: Samuel Rawlins <[email protected]> Reviewed-by: Brian Wilkerson <[email protected]>
1 parent 7374863 commit bf411fc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pkg/analyzer/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
## 0.39.15-dev
1+
## 0.39.15
22
* Move `asInstanceOf(ClassElement)` to `DartType`, so that it is also
33
supported for `TypeParameterType` when its bound implements the
44
requested interface.
55
* Fixed invalid implicit downcast in `InterfaceType.allSupertypes`.
6+
* The internal `currentVersion` of the language updated to `2.10`.
7+
* Bug fixes: 41065, 42797, 42770, 42668.
68

79
## 0.39.14
810
* Removed `defaultSdkDirectory()` and `getSdkProperty()` from internal

pkg/analyzer/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: analyzer
2-
version: 0.39.15-dev
2+
version: 0.39.15
33
description: This package provides a library that performs static analysis of Dart code.
44
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer
55

0 commit comments

Comments
 (0)