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