From d3eda34650f87e25db86bc4dbcd8e7ea505464e3 Mon Sep 17 00:00:00 2001 From: Andrew Kushnir Date: Wed, 17 May 2023 18:33:55 +0000 Subject: [PATCH] docs: release notes for the v16.0.2 release --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c08c30b92b9..9c376efc1f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +# 16.0.2 (2023-05-17) +### core +| Commit | Type | Description | +| -- | -- | -- | +| [c1016d4e57](https://github.com/angular/angular/commit/c1016d4e578152dcdfe7c4a4673f27e12bfabf8d) | fix | add additional component metadata to component ID generation ([#50340](https://github.com/angular/angular/pull/50340)) | +| [cc41758b59](https://github.com/angular/angular/commit/cc41758b595da46a3fd14a58b3832c77b251b940) | fix | allow onDestroy unregistration while destroying ([#50237](https://github.com/angular/angular/pull/50237)) | +| [7d679bdb59](https://github.com/angular/angular/commit/7d679bdb59815e7e816337532d069d68cf45a6d8) | fix | allow passing value of any type to `isSignal` function ([#50035](https://github.com/angular/angular/pull/50035)) | + + + # 16.1.0-next.0 (2023-05-10) ### core