From ed17eb35d4c358b207f18fce827f4e8b549c3070 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 13 Apr 2018 14:29:56 +0200 Subject: [PATCH] DATALDAP-59 - 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 60c8373..8e892ce 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,15 @@ Spring Data LDAP Changelog ========================== +Changes in version 2.1.0.M2 (2018-04-13) +---------------------------------------- +* DATALDAP-68 - Spring Data Ldap introduces spring-web as dependency without any reason. +* DATALDAP-65 - QueryDSL support throw IllegalStateException with a null Predicate. +* DATALDAP-64 - Export composable repositories via CDI. +* DATALDAP-60 - Enable Spring Data LDAP for Spring Data REST usage. +* DATALDAP-59 - Release 2.1 M2 (Lovelace). + + Changes in version 2.0.6.RELEASE (2018-04-04) --------------------------------------------- * DATALDAP-65 - QueryDSL support throw IllegalStateException with a null Predicate.