From d49aabf358e2b1cfec4cfe1a320a4ab37849b498 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 15 May 2018 14:54:12 +0200 Subject: [PATCH] DATAREDIS-778 - Polishing. Mention return type change in the what's new section. Original pull request: #338. --- src/main/asciidoc/new-features.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/asciidoc/new-features.adoc b/src/main/asciidoc/new-features.adoc index 8bf3fb1c1..6d18542fa 100644 --- a/src/main/asciidoc/new-features.adoc +++ b/src/main/asciidoc/new-features.adoc @@ -13,6 +13,7 @@ This section briefly covers items that are new and noteworthy in the latest rele * Cluster-wide `SCAN` using Lettuce and `SCAN` execution on a selected node supported by both drivers. * <> to send and receive a message stream. * `BITFIELD`, `BITPOS`, and `OBJECT` command support. +* Align return types of `BoundZSetOperations` with `ZSetOperations`. [[new-in-2.0.0]] == New in Spring Data Redis 2.0