From 8848d2dd2889302113bde4fb4909cb98e71c6cd2 Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Thu, 10 Mar 2022 20:46:50 +0100 Subject: [PATCH] docs: add manual changelog edits from `13.3.x` to main branch (#45323) Adds the manual changelog edits from the `13.3.x` branch to the main branch (where users primarily will look at). PR Close #45323 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a368aa1cafe..ac83a3c83e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # 13.3.0-rc.0 (2022-03-10) +### core +| Commit | Type | Description | +| -- | -- | -- | +| [b5bb614c74](https://github.com/angular/angular/commit/61a316c68fd27bc2375b1b3043afd8b5bb614c74) | feat | support TypeScript 4.6 ([#45190](https://github.com/angular/angular/pull/45190)) | ## Special Thanks Alistair Kane, Andrew Scott and Kristiyan Kostadinov