Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(135)

Unified Diff: pkg/analyzer/CHANGELOG.md

Issue 1503203002: Additional clean-up after moving to the new task model; a breaking change needed to allow a bug to … (Closed) Base URL: https://github.com/dart-lang/sdk.git@analyzer-breaking-0.27
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/analyzer/CHANGELOG.md
diff --git a/pkg/analyzer/CHANGELOG.md b/pkg/analyzer/CHANGELOG.md
index 6ff682de71bf9f0245e821e132be91b01f0ae673..aac284d11dc205b12ad7a3e2de052762d3487b72 100644
--- a/pkg/analyzer/CHANGELOG.md
+++ b/pkg/analyzer/CHANGELOG.md
@@ -1,3 +1,12 @@
+## 0.27.0
+* Support for DEP 37 (Assert with optional message).
+* Lexical support for DEP 40 (Interface libraries). This does not include any semantic checking to ensure that the
+ implementation libraries are compatible with the interface library.
+* Cleaned up the initialization of plugins. Clients are now required to initialize plugins, possibly using the utility
+ method AnalysisEngine.processRequiredPlugins().
+* Removed the old task model and code that supported it. None of the removed code was intended to be public API, but
+ might be in use anyway.
+
## 0.26.3
* (Internal) Support for `_embedder.yaml` discovery and processing.
@@ -88,7 +97,7 @@
## 0.25.2-alpha.0
-* Initial support for analyzing `dart:sdk` extensions from `.sdkext`.
+* Initial support for analyzing `dart:sdk` extensions from `.sdkext`.
## 0.25.1
@@ -112,7 +121,7 @@
## 0.22.0
New API:
-
+
* `Source.uri` added.
Breaking changes:

Powered by Google App Engine
This is Rietveld 408576698