Skip to content

Commit 1478b2b

Browse files
scheglovcommit-bot@chromium.org
authored and
commit-bot@chromium.org
committed
Prepare to publish analyzer 0.39.12
R=brianwilkerson@google.com Change-Id: Iea5b9186f6fe89f93b6a95fe2aa2b0045f8a4930 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153381 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
1 parent 1a60f94 commit 1478b2b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

pkg/analyzer/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
## 0.39.12-dev
1+
## 0.39.12
22
* Deprecated `canUseSummaries` in `DartSdkManager` constructor.
33
Summaries are not supported this way for SDK.
4+
* Set uri for implicit dart:core import.
5+
* Add overrideKnownFeaturesAsync() for DartDoc testing.
6+
* Remove DartSdk.useSummary.
7+
* Move TypeSystemImpl to src/dart/element/type_system.dart
48

59
## 0.39.11
610
* Deprecated `ClassElement.hasReferenceToSuper`.

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.12-dev
2+
version: 0.39.12
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)