From 95e9107899e504a87a8c464ec1a3542a5ae2d5cd Mon Sep 17 00:00:00 2001 From: Alex Rickabaugh Date: Wed, 16 May 2018 14:45:13 -0700 Subject: [PATCH] docs: add changelog for 5.2.11 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b1b613237..daf1e48385 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [5.2.11](https://github.com/angular/angular/compare/5.2.10...5.2.11) (2018-05-16) + + +### Bug Fixes + +* **service-worker:** correctly handle requests with empty `clientId` ([#23625](https://github.com/angular/angular/issues/23625)) ([bc27d4a](https://github.com/angular/angular/commit/bc27d4a)), closes [#23526](https://github.com/angular/angular/issues/23526) + + + ## [5.2.10](https://github.com/angular/angular/compare/5.2.9...5.2.10) (2018-04-16)