From 4f741e74e1d9a21359f6a049d4110581a6176796 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 2 Aug 2018 13:50:39 -0700 Subject: [PATCH] docs: release notes for the v6.1.1 release --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f6ad62370..d180646e0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,6 @@ # [7.0.0-beta.0](https://github.com/angular/angular/compare/6.1.0...7.0.0-beta.0) (2018-08-02) - ### Bug Fixes * **bazel:** allow compile_strategy to be (privately) imported ([#25080](https://github.com/angular/angular/issues/25080)) ([0d1d589](https://github.com/angular/angular/commit/0d1d589)) @@ -15,9 +14,11 @@ * **compiler:** add "original" placeholder value on extracted XMB ([#25079](https://github.com/angular/angular/issues/25079)) ([e99d860](https://github.com/angular/angular/commit/e99d860)) -### BREAKING CHANGES -* **ivy:** ViewContainerRef.parentInjector is deprecated without replacement + +## [6.1.1](https://github.com/angular/angular/compare/6.1.0...6.1.1) (2018-08-02) + +* **compiler-cli:** correct tsickle dependency version to fix typescript 2.9 compatibility ([fec29fa](https://github.com/angular/angular/commit/317c7087c56b72aa74cd6d6a8f719e6e7fec29fa))