From a84983efea67d71fd8edb2c92296efba1bb9c3e9 Mon Sep 17 00:00:00 2001 From: Jessica Janiuk <72768744+jessicajaniuk@users.noreply.github.com> Date: Wed, 27 Oct 2021 11:36:50 -0700 Subject: [PATCH] docs: release notes for the v13.0.0-rc.2 release (#43969) --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c55cda252f..cd81bf9b61d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ + +# 13.0.0-rc.2 (2021-10-27) +### compiler-cli +| Commit | Type | Description | +| -- | -- | -- | +| [8e13c351ac](https://github.com/angular/angular/commit/8e13c351acb8087f5a101d70bd7f9f9aebbdc1bc) | fix | avoid broken references in .d.ts files due to @internal markers ([#43527](https://github.com/angular/angular/pull/43527)) | +### ngcc +| Commit | Type | Description | +| -- | -- | -- | +| [7c5d642106](https://github.com/angular/angular/commit/7c5d64210697bfb467eff2bcad866d829ae039c5) | fix | support alternate UMD layout when adding new imports ([#43931](https://github.com/angular/angular/pull/43931)) | +### router +| Commit | Type | Description | +| -- | -- | -- | +| [adc68b100b](https://github.com/angular/angular/commit/adc68b100b98aef171ee298cc23bd5291b106526) | fix | reuse route strategy fix ([#43791](https://github.com/angular/angular/pull/43791)) | +## Special Thanks +Alan Agius, Andrew Kushnir, Doug Parker, George Kalpakas, Jessica Janiuk, Joey Perrott, JoostK, Mladen Jakovljević, Tomasz Domański, Virginia Dooley, Willy Schott, amayer42, dirk diebel, ericcheng2005, iRealNirmal and krzysztof-grzybek + + # 12.2.12 (2021-10-27) ### compiler-cli