Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Jan 8, 2025
1 parent deca6d3 commit 952f974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/riverpod/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
then `A` will be paused.
- **Breaking**: When an asynchronous provider rebuilds, it doesn't immediately stops
listening to its previous providers. Instead, those subscriptions are removed when the rebuild completes.
This impacts how "auto-dispose" behaves.
This impacts how "auto-dispose" behaves. See https://github.com/rrousselGit/riverpod/issues/1253
- Fix `StreamProvider` not cancelling the `StreamSubscription` if the stream is never emitted any value.
- All `Ref` life-cycles (such as `Ref.onDispose`) and `Notifier.listenSelf`
now return a function to remove the listener.
Expand Down

0 comments on commit 952f974

Please sign in to comment.