From 1e1888245fe6f133e87ac26ad1e02b8ad27caed8 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 12 Feb 2020 14:25:18 +0100 Subject: [PATCH] #220 - Polishing. Update what's new section. --- src/main/asciidoc/new-features.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/main/asciidoc/new-features.adoc b/src/main/asciidoc/new-features.adoc index adb450d..78ed398 100644 --- a/src/main/asciidoc/new-features.adoc +++ b/src/main/asciidoc/new-features.adoc @@ -1,6 +1,12 @@ [[new-features]] = New & Noteworthy +[[new-features.1-1-0-RELEASE]] +== What's New in Spring Data R2DBC 1.1.0 RELEASE + +* Introduction of `R2dbcEntityTemplate` for entity-oriented operations. +* Support interface projections with `DatabaseClient.as(…)` + [[new-features.1-0-0-RELEASE]] == What's New in Spring Data R2DBC 1.0.0 RELEASE