diff --git a/src/main/asciidoc/new-features.adoc b/src/main/asciidoc/new-features.adoc index 8e1f586b..3a104397 100644 --- a/src/main/asciidoc/new-features.adoc +++ b/src/main/asciidoc/new-features.adoc @@ -8,6 +8,14 @@ This section covers the significant changes for each version. * Optimistic Locking support. +[[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