From abeeebe4eb5ef79f8f9a91a59eaec721618d0b9b Mon Sep 17 00:00:00 2001 From: Jessica Janiuk Date: Wed, 19 Apr 2023 19:15:24 +0000 Subject: [PATCH] docs: release notes for the v15.2.8 release --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05cceb3b6aef..5894b5a8b9f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ + +# 15.2.8 (2023-04-19) +### core +| Commit | Type | Description | +| -- | -- | -- | +| [2fff8fadbe](https://github.com/angular/angular/commit/2fff8fadbeff9df3bc09b8847dbf08febbe3b5f8) | fix | handle invalid classes in class array bindings ([#49924](https://github.com/angular/angular/pull/49924)) | +### http +| Commit | Type | Description | +| -- | -- | -- | +| [05a0225deb](https://github.com/angular/angular/commit/05a0225deb126849f3798e828f6dbef7c221ec57) | fix | prevent headers from throwing an error when initializing numerical values ([#49379](https://github.com/angular/angular/pull/49379)) | +### router +| Commit | Type | Description | +| -- | -- | -- | +| [09a42d988e](https://github.com/angular/angular/commit/09a42d988e654825648205c8df90f7ca4d034c74) | fix | canceledNavigationResolution: 'computed' with redirects to the current URL ([#49793](https://github.com/angular/angular/pull/49793)) | + + + # 16.0.0-rc.1 (2023-04-14) ### core