From c811c6ad9711a2b226fffae24bda342277700df3 Mon Sep 17 00:00:00 2001 From: Andrew Kushnir Date: Thu, 15 Aug 2024 16:51:03 -0700 Subject: [PATCH] docs: update CHANGELOG to drop a breaking change from 18.2.0 version This commit updates the CHANGELOG to remove an entry about a breaking change in Zone.js, since the change was not actually released. It will be released separately in Zone.js package. --- CHANGELOG.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37d602b3ba52c1..a7bbdfd3cc8926 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,11 +41,6 @@ # 18.2.0 (2024-08-14) -## Breaking Changes -### zone.js -- `fakeAsync` will now flush pending timers at the end of - the given function by default. To opt-out of this, you can use `{flush: - false}` in options parameter of `fakeAsync` ### compiler | Commit | Type | Description | | -- | -- | -- | @@ -3891,4 +3886,4 @@ Adrian Kunz, Alan Agius, AleksanderBodurri, Alex Rickabaugh, AlirezaEbrahimkhani -Earlier changelog entries can be found in CHANGELOG_ARCHIVE.md file. \ No newline at end of file +Earlier changelog entries can be found in CHANGELOG_ARCHIVE.md file.