From f410249836bc92077c08edb4110160c7298da2e4 Mon Sep 17 00:00:00 2001 From: Jens Schauder Date: Mon, 2 Dec 2019 09:29:11 +0100 Subject: [PATCH] DATAJDBC-451 - Adds a what's new section for version 1.1. --- src/main/asciidoc/new-features.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/asciidoc/new-features.adoc b/src/main/asciidoc/new-features.adoc index 19bff45f..594c2002 100644 --- a/src/main/asciidoc/new-features.adoc +++ b/src/main/asciidoc/new-features.adoc @@ -3,6 +3,14 @@ This section covers the significant changes for each version. +[[new-features.1-1-0]] +== What's New in Spring Data JDBC 1.1 + +* `@Embedded` entities support. +* Store `byte[]` as `BINARY`. +* Dedicated `insert` method in the `JdbcAggregateTemplate`. +* Read only property support. + [[new-features.1-0-0]] == What's New in Spring Data JDBC 1.0