From 36a8b9da573b3e7d188d5cedff1370aedf4be339 Mon Sep 17 00:00:00 2001 From: plievone Date: Fri, 19 Feb 2016 21:38:29 +0200 Subject: [PATCH] MIGRATION.md: distinct and takeLast are implemented --- MIGRATION.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/MIGRATION.md b/MIGRATION.md index 19d1fc4eea6..4c7850c9fe9 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -76,7 +76,6 @@ enabling "composite" subscription behavior. |`average`|`-`| |`controlled`|`-`| |`delaySubscription`|`-`| -|`distinct`|`-`| |`doWhile`|`-`| |`extend`|`-`| |`groupByUntil`|`-`| @@ -105,7 +104,6 @@ enabling "composite" subscription behavior. |`slice`|`-`| |`some`|`-`| |`sum`|`-`| -|`takeLast`|`-`| |`takeLastBuffer`|`-`| |`takeLastBufferWithTime`|`-`| |`takeLastWithTime`|`-`|