From 486aa067472f6547cf0563f0505d2cdbb6f1bd5f Mon Sep 17 00:00:00 2001 From: Suguru Inatomi Date: Wed, 27 May 2020 14:14:21 +0900 Subject: [PATCH] docs: add tslib change to v10 CHANGELOG (#37303) Previously the tslib 2.0 change was not listed in the CHANGELOG because it was marked as a refactoring. This change is important enough to be listed in the changelog even tough it doesn't affect most of the users. For users that do get unexpectedly affected by this change, it might be useful to find the change listed in the CHANGELOG. PR Close #37303 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11876ca805..eb41249eba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -155,6 +155,9 @@ This release contains a re-submit of the following 3 commits with fixes for TS 3 * **router:** update type for routerLink to include null and undefined ([#37018](https://github.com/angular/angular/issues/37018)) ([ef9f8df](https://github.com/angular/angular/commit/ef9f8df)), closes [#13380](https://github.com/angular/angular/issues/13380) [#36544](https://github.com/angular/angular/issues/36544) +### Features + +* **core** update to tslib 2.0 and move to direct dependencies ([#37198](https://github.com/angular/angular/pull/37198)), closes [#37188](https://github.com/angular/angular/issues/37188) # [10.0.0-next.8](https://github.com/angular/angular/compare/10.0.0-next.7...10.0.0-next.8) (2020-05-18)