Skip to content

Commit

Permalink
chore(Changelog): lets convert to breaking-change
Browse files Browse the repository at this point in the history
BREAKING CHANGE: subscription observables must be manually completed by the `complete()` method.
  • Loading branch information
Frozen-byte committed Oct 30, 2024
1 parent c3c57dd commit 58fd8ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 7 additions & 0 deletions .changeset/perfect-buckets-drum.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'apollo-angular': major
---

added a `complete()` method for `TestOperation` object to cancel subscriptions after `flush()`

BREAKING CHANGE: subscription observables must be manually completed by the `complete()` method.
5 changes: 0 additions & 5 deletions .changeset/wise-berries-pay.md

This file was deleted.

0 comments on commit 58fd8ac

Please sign in to comment.