Remove new and noteworthy section in favor of the release notes.
See #330
This commit is contained in:
@@ -13,7 +13,6 @@ NOTE: Copies of this document may be made for your own use and for distribution
|
||||
|
||||
include::preface.adoc[]
|
||||
|
||||
include::new-features.adoc[leveloffset=+1]
|
||||
include::{spring-data-commons-docs}/dependencies.adoc[leveloffset=+1]
|
||||
include::{spring-data-commons-docs}/repositories.adoc[leveloffset=+1]
|
||||
|
||||
|
||||
@@ -1,19 +0,0 @@
|
||||
[[new-features]]
|
||||
= New and Noteworthy
|
||||
|
||||
[[new-features.2.6]]
|
||||
== What's New in Spring Data LDAP 2.6
|
||||
* <<repositories.query-streaming,Repository query methods returning a `Stream`>> from the underlying result `List`.
|
||||
* <<projections,Interface and DTO projections returned by query methods>>.
|
||||
|
||||
[[new-features.2.1]]
|
||||
== What's New in Spring Data LDAP 2.1
|
||||
* CDI extension to create LDAP repositories within a CDI container.
|
||||
|
||||
[[new-features.2.0]]
|
||||
== What's New in Spring Data LDAP 2.0
|
||||
* Enhanced tooling support by using Spring Framework's `@NonNullApi` and `@Nullable` annotations.
|
||||
|
||||
[[new-features.1.0]]
|
||||
== What's New in Spring Data LDAP 1.0
|
||||
* Migration of Spring LDAP's repository support into Spring Data LDAP.
|
||||
Reference in New Issue
Block a user