From 0a27fd318efd34ec7ef9f7a0805441eb693e3675 Mon Sep 17 00:00:00 2001 From: Jay Phelps Date: Mon, 10 Oct 2016 17:53:25 -0700 Subject: [PATCH] chore(CHANGELOG): add cache operator removal as breaking change --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55c022e946..8494d06b8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ ### BREAKING CHANGES +* **cache:** The .cache() operator has been removed, pending further discussion ([1b23ace](https://github.com/ReactiveX/RxJS/commit/1b23ace)) * ES2015: `rxjs-es` is no longer being published * ES2015: `@reactivex/rxjs` no longer has `/dist/es6` output