From 70a3deb8a5cf3bbaf51f77d18b340dd3885fb6c8 Mon Sep 17 00:00:00 2001 From: Kara Erickson Date: Wed, 8 Aug 2018 12:13:04 -0700 Subject: [PATCH] docs: release notes for the v6.1.2 release --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d180646e0f..4d98156646 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [6.1.2](https://github.com/angular/angular/compare/6.1.1...6.1.2) (2018-08-08) + + +### Bug Fixes + +* **router:** take base uri into account in `setUpLocationSync()` ([#20244](https://github.com/angular/angular/issues/20244)) ([ae9b4e6](https://github.com/angular/angular/commit/ae9b4e6)), closes [#20061](https://github.com/angular/angular/issues/20061) +* add mappings for ngfactory & ngsummary files to their module names in aot summary resolver ([#25335](https://github.com/angular/angular/issues/25335)) ([054fbbe](https://github.com/angular/angular/commit/054fbbe)) + + # [7.0.0-beta.0](https://github.com/angular/angular/compare/6.1.0...7.0.0-beta.0) (2018-08-02)