Skip to content

Commit 73bfa92

Browse files
authored
Update CHANGELOG.md
1 parent e813e46 commit 73bfa92

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,12 @@
2525
* **switchMap:** stop listening to a synchronous inner-obervable when unsubscribed ([260d52a](https://github.com/reactivex/rxjs/commit/260d52a))
2626
* **takeUntil:** takeUntil should subscribe to the source if notifier sync completes without emitting ([#4039](https://github.com/reactivex/rxjs/issues/4039)) ([21fd0b4](https://github.com/reactivex/rxjs/commit/21fd0b4)), closes [#3504](https://github.com/reactivex/rxjs/issues/3504)
2727
* **testscheduler:** type arguments to Observable creation functions ([#3928](https://github.com/reactivex/rxjs/issues/3928)) ([0e30ef1](https://github.com/reactivex/rxjs/commit/0e30ef1))
28-
* **TS@next:** remove unnecessary return statement ([#4006](https://github.com/reactivex/rxjs/issues/4006)) ([41c6574](https://github.com/reactivex/rxjs/commit/41c6574))
2928

3029

3130
### Features
3231

33-
* **compat:** License added to rxjs-compat package ([#4064](https://github.com/reactivex/rxjs/issues/4064)) ([daf37f6](https://github.com/reactivex/rxjs/commit/daf37f6)), closes [#3926](https://github.com/reactivex/rxjs/issues/3926)
3432
* **delayWhen:** add index to the selector function ([#2473](https://github.com/reactivex/rxjs/issues/2473)) ([0979d31](https://github.com/reactivex/rxjs/commit/0979d31))
3533
* **forEach:** deprecating passing promise constructor ([5178ab9](https://github.com/reactivex/rxjs/commit/5178ab9))
36-
* **forEach:** now allows cancellation by passing a Subscription ([8b74c2a](https://github.com/reactivex/rxjs/commit/8b74c2a))
37-
* **test:** Add npm script to test with ts-node not caching ([#4065](https://github.com/reactivex/rxjs/issues/4065)) ([2f86b9d](https://github.com/reactivex/rxjs/commit/2f86b9d)), closes [#3948](https://github.com/reactivex/rxjs/issues/3948)
3834
* **TestScheduler:** Add subscription schedule to expectObservable ([#3997](https://github.com/reactivex/rxjs/issues/3997)) ([0d20255](https://github.com/reactivex/rxjs/commit/0d20255))
3935

4036

0 commit comments

Comments
 (0)