From 4756324b5c64fbcd70a7f1d24a950195588d4779 Mon Sep 17 00:00:00 2001 From: Andrew Kushnir Date: Wed, 14 Nov 2018 14:14:45 -0800 Subject: [PATCH] docs: release notes for the v7.0.4 release --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97f8c53e9a..c50cf33058 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ + +## [7.0.4](https://github.com/angular/angular/compare/7.0.3...7.0.4) (2018-11-14) + + +### Bug Fixes + +* **compiler-cli:** add missing tslib dependency ([#27063](https://github.com/angular/angular/issues/27063)) ([4348c47](https://github.com/angular/angular/commit/4348c47)) +* **compiler-cli:** only pass canonical genfile paths to compiler host ([#27062](https://github.com/angular/angular/issues/27062)) ([188e9ce](https://github.com/angular/angular/commit/188e9ce)) +* **router:** add `relativeLinkResolution` to `recognize` operator ([#26990](https://github.com/angular/angular/issues/26990)) ([d304427](https://github.com/angular/angular/commit/d304427)), closes [#26983](https://github.com/angular/angular/issues/26983) + + + # [7.1.0-beta.2](https://github.com/angular/angular/compare/7.1.0-beta.1...7.1.0-beta.2) (2018-11-07)