From 1d5ca55aab6d49eecbb19e84739f7178b52a64ed Mon Sep 17 00:00:00 2001 From: Celilsemi Sam Erkiner Date: Tue, 30 Jun 2020 11:06:15 +1000 Subject: [PATCH] docs(changelog): remove empty sections (#36264) The changelog contains some empty sections (such as `### Bug Fixes`). This change removes these empty sections. PR Close #36264 --- CHANGELOG.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f68d1fc317..adf2b76aed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2431,14 +2431,6 @@ This release contains various API docs improvements. # [8.0.0-beta.0](https://github.com/angular/angular/compare/7.2.0...8.0.0-beta.0) (2019-01-16) -### Bug Fixes - - - -### Features - - - ### Performance Improvements @@ -2586,10 +2578,6 @@ This release contains various API docs improvements. # [7.1.0](https://github.com/angular/angular/compare/7.1.0-rc.0...7.1.0) (2018-11-21) -### Bug Fixes - - - ### Features * **bazel:** Bazel workspace schematics ([#26971](https://github.com/angular/angular/issues/26971)) ([b07bd30](https://github.com/angular/angular/commit/b07bd30)) @@ -3726,9 +3714,6 @@ Note: Due to an animation fix back in 5.1.1 ([c2b3792](https://github.com/angula # [5.1.0-beta.0](https://github.com/angular/angular/compare/5.0.0-rc.4...5.1.0-beta.0) (2017-11-08) -### Bug Fixes - - ### Features * **compiler:** introduce `TestBed.overrideTemplateUsingTestingModule` ([a460066](https://github.com/angular/angular/commit/a460066)), closes [#19815](https://github.com/angular/angular/issues/19815)