Skip to content

Commit

Permalink
chore(changelog): add missing entry about takeWhile (#2673)
Browse files Browse the repository at this point in the history
Add missing entry about unsubscriptions in takeWhile. At the same
time remove doubled entry about first.
  • Loading branch information
mpodlasin authored and benlesh committed Jun 16, 2017
1 parent 3003614 commit 1145a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ v5 behaviour of the other buffer operators.
* **buffer:** The `buffer()` operator now emits what's partially buffered when the
source completes. This is closer to rxjs v4* behaviour and matches the
v5 behaviour of the other buffer operators.
* **first:** unsubscription cadence has changed for `first`, this means side-effects related to unsubscription may occur at a different time than in previous versions.
* **takeWhile:** unsubscription cadence has changed for `takeWhile`, this means side-effects related to unsubscription may occur at a different time than in previous versions.



Expand Down

0 comments on commit 1145a82

Please sign in to comment.