| Index: pkg/analyzer/CHANGELOG.md
|
| diff --git a/pkg/analyzer/CHANGELOG.md b/pkg/analyzer/CHANGELOG.md
|
| index 8449bf03c204ca9381a39d4026240aec9f4b23da..e7a9e48b5f4b5587380cdeaa6a1642696381a608 100644
|
| --- a/pkg/analyzer/CHANGELOG.md
|
| +++ b/pkg/analyzer/CHANGELOG.md
|
| @@ -2,7 +2,6 @@
|
| * Changed the API for creating BazelWorkspace. It should now be constructed using BazelWorkspace.find(). Note that this might return `null` in the event that the given path is not part of a BazelWorkspace.
|
| * Added an AST structure to support asserts in constructor initializers (AssertInitializer). AstVisitor classes must now implement visitAssertInitializer().
|
| * Changed the API for creating PartOfDirective. It now accepts a StringLiteral URI, to accomodate "part of" declarations with a URI string rather than a library name.
|
| -* Removed AST constructors. AST nodes should now be created using `astFactory`, located in `package:analyzer/dart/ast/standard_ast_factory.dart`.
|
|
|
| ## 0.29.0-alpha.0
|
| * Removed `Element.docRange`.
|
|
|