From e478180b9b3ddfa307c82d3666ed3fa56bfd8b77 Mon Sep 17 00:00:00 2001 From: Andrew Kushnir Date: Thu, 25 Apr 2024 15:28:15 +0000 Subject: [PATCH] docs: release notes for the v17.3.6 release --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32e40ee54d5..162d095026a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +# 17.3.6 (2024-04-25) +### core +| Commit | Type | Description | +| -- | -- | -- | +| [826861b1fa](https://github.com/angular/angular/commit/826861b1fa7693010743f5dd881fb31ec33eee52) | fix | DeferBlockFixture.render should not wait for stability ([#55271](https://github.com/angular/angular/pull/55271)) | +| [5cf14da35c](https://github.com/angular/angular/commit/5cf14da35cce1ea4456bae4365d3dbe6667b1881) | fix | make `ActivatedRoute` inject correct instance inside `@defer` blocks ([#55374](https://github.com/angular/angular/pull/55374)) | +| [8979fba2c5](https://github.com/angular/angular/commit/8979fba2c5813673767a133caeec9ac768d17329) | fix | skip defer timers on the server ([#55480](https://github.com/angular/angular/pull/55480)) | + + + # 18.0.0-next.5 (2024-04-17) ## Breaking Changes