From 3cf0aa58c9fd4dbfa8c58908f37ab0ea1b64e2e6 Mon Sep 17 00:00:00 2001 From: Gerrit Meier Date: Wed, 11 Jan 2023 13:36:50 +0100 Subject: [PATCH] GH-2627 - Link to changelog in documentation. Closes #2627 --- src/main/asciidoc/introduction-and-preface/index.adoc | 2 ++ .../introduction-and-preface/new-and-noteworthy.adoc | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 src/main/asciidoc/introduction-and-preface/new-and-noteworthy.adoc diff --git a/src/main/asciidoc/introduction-and-preface/index.adoc b/src/main/asciidoc/introduction-and-preface/index.adoc index dee6e0e14..fcfc36c32 100644 --- a/src/main/asciidoc/introduction-and-preface/index.adoc +++ b/src/main/asciidoc/introduction-and-preface/index.adoc @@ -7,3 +7,5 @@ include::preface-sd.adoc[leveloffset=+1] include::preface-sdn.adoc[leveloffset=+1] include::building-blocks.adoc[leveloffset=+1] + +include::new-and-noteworthy.adoc[leveloffset=+1] diff --git a/src/main/asciidoc/introduction-and-preface/new-and-noteworthy.adoc b/src/main/asciidoc/introduction-and-preface/new-and-noteworthy.adoc new file mode 100644 index 000000000..1e1f771c8 --- /dev/null +++ b/src/main/asciidoc/introduction-and-preface/new-and-noteworthy.adoc @@ -0,0 +1,8 @@ +[[new-and-noteworthy]] += New & Noteworthy + +* https://github.com/spring-projects/spring-data-commons/wiki/Spring-Data-2022.0-(Turing)-Release-Notes#spring-data-neo4j--70[Release notes for Spring Data Neo4j version 7.0] +* https://github.com/spring-projects/spring-data-commons/wiki/Spring-Data-2021.2-(Raj)-Release-Notes#spring-data-neo4j---63[Release notes for Spring Data Neo4j version 6.3] +* https://github.com/spring-projects/spring-data-commons/wiki/Spring-Data-2021.1-(Q)-Release-Notes#spring-data-neo4j---62[Release notes for Spring Data Neo4j version 6.2] + +For more detailed and technical information, please refer to the https://github.com/spring-projects/spring-data-neo4j/releases[change log]. \ No newline at end of file