From 65ee1c3f50b1f134203ad24debd55d1c23a154ff Mon Sep 17 00:00:00 2001 From: Alex Rickabaugh Date: Wed, 12 May 2021 17:29:36 -0400 Subject: [PATCH] docs: release notes for the v11.2.14 release CHANGELOG.md --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7332fa6bb6..7f4f7916ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -274,6 +274,21 @@ this property may need to be updated to account for the new type. + +# 11.2.14 (2021-05-12) +### core +| Commit | Description | +| -- | -- | +| 5bb7c0ef3a | fix(core): do not retain dynamically compiled components and modules (#42003) | +| 40cc29aa6e | fix(core): invoke profiler around ngOnDestroy lifecycle hooks (#41969) | +### platform-browser +| Commit | Description | +| -- | -- | +| f66c9ae749 | fix(platform-browser): prevent memory leak of style nodes if shadow DOM encapsulation is used (#42005) | +## Special Thanks: +Alex Rickabaugh, Andrew J Asche, Georgii Dolzhykov, Joey Perrott, Joost Koehoorn, Julien Marcou, Kapunahele Wong, Pete Bacon Darwin, Richard Sithole, Teri Glover, iRealNirmal, Minko Gechev, profanis and va-stefanek + + # 12.1.0-next.1 (2021-05-05)