From 44d0296bab28802a79c48590a150dfa7632a3fda Mon Sep 17 00:00:00 2001 From: Jason Aden Date: Wed, 28 Nov 2018 10:40:25 -0800 Subject: [PATCH] docs: release notes for the v release --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f80318ecdf..f9a52e14ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [7.1.1](https://github.com/angular/angular/compare/7.1.0...7.1.1) (2018-11-28) + + +### Bug Fixes + +* **core:** export a value for InjectFlags ([#27279](https://github.com/angular/angular/issues/27279)) ([bdf5f3e](https://github.com/angular/angular/commit/bdf5f3e)), closes [#27251](https://github.com/angular/angular/issues/27251) + + + # [7.1.0](https://github.com/angular/angular/compare/7.1.0-rc.0...7.1.0) (2018-11-21)