Skip to content

Commit

Permalink
docs: update CHANGELOG to drop a breaking change from 18.2.0 version (a…
Browse files Browse the repository at this point in the history
…ngular#57419)

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.

PR Close angular#57419
  • Loading branch information
AndrewKushnir authored and dylhunn committed Aug 16, 2024
1 parent 0bbbd78 commit baa1254
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@

<a name="18.2.0"></a>
# 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 |
| -- | -- | -- |
Expand Down Expand Up @@ -3891,4 +3886,4 @@ Adrian Kunz, Alan Agius, AleksanderBodurri, Alex Rickabaugh, AlirezaEbrahimkhani



Earlier changelog entries can be found in CHANGELOG_ARCHIVE.md file.
Earlier changelog entries can be found in CHANGELOG_ARCHIVE.md file.

0 comments on commit baa1254

Please sign in to comment.