From 18358d2cf4045e2b398cd9a635dec428b21a7794 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 6 Dec 2011 22:46:25 +0100 Subject: [PATCH] DATAJPA-133 - Updated changelog.txt. --- src/main/resources/changelog.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index b3d12b27d..2cdb8ea71 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,7 +1,17 @@ Spring Data JPA Changelog ========================= -Changes in version 1.0.1 (2011-09-05) +Changes in version 1.0.2.GA (2011-12-06) +---------------------------------------- +* Fixed query creation for Comparable values (DATAJPA-99) +* Fixed alias detection when entity name contained number (DATAJPA-110) +* SimpleJpaRepository's deleteAll() does not call em.clear() anymore (DATAJPA-111) +* Upgraded to Querydsl 2.2.5 (DATAJPA-102, DATAJPA-115) +* Fixed auditor mappings in AbstractAuditable (DATAJPA-120) +* Consolidate Expression creation for property references and sort orders (DATAJPA-103) +* Fixed dependency injection in QueryDslRepositorySupport (DATAJPA-113) + +Changes in version 1.0.1.GA (2011-09-05) ---------------------------------------- * Fixed pagination for queries using group-by clause (DATAJPA-86) * Fixed NoSuchElementException for queries using dynamic sorting (DATAJPA-90)