From 1039bea53b819410726e068315b24423fc6de19b Mon Sep 17 00:00:00 2001 From: manughub <33049610+manughub@users.noreply.github.com> Date: Wed, 8 Aug 2018 12:10:18 -0700 Subject: [PATCH] docs: Clarify breaking change in minor release (#25393) The breaking change was in an experimental feature. Update to clarify the wording. PR Close #25393 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e2267bf5f..2502786c96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -135,7 +135,7 @@ * **bazel:** turn on preserve-symlinks ([#24881](https://github.com/angular/angular/issues/24881)) ([c438b5e](https://github.com/angular/angular/commit/c438b5e)) -### BREAKING CHANGES +### Angular Labs (experimental feature) breaking change * **bazel:** Use of @angular/bazel rules now requires calling ng_setup_workspace() in your WORKSPACE file.