docs: Clarify breaking change in minor release (#25393)

The breaking change was in an experimental feature. Update to clarify the wording.

PR Close #25393
This commit is contained in:
manughub 2018-08-08 12:10:18 -07:00 committed by Kara Erickson
parent a2593cbfb1
commit 1039bea53b
1 changed files with 1 additions and 1 deletions

View File

@ -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.