From 37b85411cee03b1c5eaa2e036172b502e08f6519 Mon Sep 17 00:00:00 2001 From: Andrew Kushnir Date: Wed, 23 Aug 2023 17:37:56 +0000 Subject: [PATCH] docs: release notes for the v16.2.2 release --- CHANGELOG.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffea59593e0dc..6845fb64964c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ + +# 16.2.2 (2023-08-23) +### common +| Commit | Type | Description | +| -- | -- | -- | +| [a43c0772ea](https://github.com/angular/angular/commit/a43c0772ea74410b0492a178c656268a465d3b09) | fix | Allow safeUrl for ngSrc in NgOptimizedImage ([#51351](https://github.com/angular/angular/pull/51351)) | +### compiler-cli +| Commit | Type | Description | +| -- | -- | -- | +| [39ace8664b](https://github.com/angular/angular/commit/39ace8664b843225a75dd706236ae13e171126d3) | fix | enforce a minimum version to be used when a library uses input transform ([#51413](https://github.com/angular/angular/pull/51413)) | +### core +| Commit | Type | Description | +| -- | -- | -- | +| [36f434e49d](https://github.com/angular/angular/commit/36f434e49d24f0393950299486141a121d42e044) | fix | guard the jasmine hooks ([#51394](https://github.com/angular/angular/pull/51394)) | +### router +| Commit | Type | Description | +| -- | -- | -- | +| [b0396e7164](https://github.com/angular/angular/commit/b0396e7164c08e01d24d2d8411edf1ccf4b52826) | fix | Ensure `canceledNavigationResolution: 'computed'` works on first page ([#51441](https://github.com/angular/angular/pull/51441)) | + + + # 17.0.0-next.0 (2023-08-16) @@ -2086,4 +2107,4 @@ Adrian Kunz, Alan Agius, AleksanderBodurri, Alex Rickabaugh, AlirezaEbrahimkhani -Earlier changelog entries can be found in CHANGELOG_ARCHIVE.md file. +Earlier changelog entries can be found in CHANGELOG_ARCHIVE.md file. \ No newline at end of file