From d8149d85106250ff9f534ae1bfd31fb201b4163a Mon Sep 17 00:00:00 2001 From: matanl Date: Tue, 16 May 2017 11:51:06 -0700 Subject: [PATCH] Update the CHANGELOG and pubspec for 3.1.0-beta+1. Specifically call out issues with `use_analyzer`. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=156210421 --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97ad901ffe..24eb3706ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,13 @@ transformers: use_analyzer: true ``` +**WARNING**: Using `use_analyzer: true` requires discontinuing use of the +`platform_*` options, and fails-fast if both flags are used. See +https://goo.gl/68VhMa for details. + +**WARNING**: Using `use_analyser: true` doesn't yet work with most third-party +packages [due to a bug](https://github.com/dart-lang/angular2/issues/390). + ### Deprecations * Using `dart:mirrors` (i.e. running AngularDart without code generation) is diff --git a/pubspec.yaml b/pubspec.yaml index a4d1a9e7e5..d289810a14 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: angular2 -version: 3.1.0-beta +version: 3.1.0-beta+1 author: Dart Team description: Framework for modern web applications homepage: https://webdev.dartlang.org/angular