From 4956b963e4d355711d81da178dbb5421c87ae371 Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Mon, 23 Jan 2017 08:57:25 +0100 Subject: [PATCH] =?UTF-8?q?DATAJPA-1049=20-=20Update=20"what=E2=80=99s=20n?= =?UTF-8?q?ew"=20section=20in=20reference=20documentation.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/asciidoc/new-features.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main/asciidoc/new-features.adoc b/src/main/asciidoc/new-features.adoc index 80daf06c6..f5549dc24 100644 --- a/src/main/asciidoc/new-features.adoc +++ b/src/main/asciidoc/new-features.adoc @@ -1,6 +1,13 @@ [[new-features]] = New & Noteworthy +[[new-features.1-11-0]] +== What's new in Spring Data JPA 1.11 +* Improved compatibility with Hibernate 5.2. +* Support any-match mode for <>. +* Paged query execution optimizations. +* Support for `exists` projection in repository query derivation. + [[new-features.1-10-0]] == What's new in Spring Data JPA 1.10