From e0226e57b0a8415e87b1313f1a973d4ff5bd2d95 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 2 Oct 2017 11:09:10 +0200 Subject: [PATCH] DATAKV-194 - Updated changelog. --- src/main/resources/changelog.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 826b597..d2ce69c 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,15 @@ Spring Data KeyValue Changelog ========================== +Changes in version 2.0.0.RELEASE (2017-10-02) +--------------------------------------------- +* DATAKV-198 - Adapt to changed Spring Framework 5 documentation structure. +* DATAKV-197 - Introduce nullable annotations for API validation. +* DATAKV-196 - Open up configuration and repository components for extension. +* DATAKV-195 - Add explicit automatic module name for Java 9. +* DATAKV-194 - Release 2.0 GA (Kay). + + Changes in version 2.0.0.RC3 (2017-09-11) ----------------------------------------- * DATAKV-192 - Move codebase to Java8 API.