From 7eed88de16cfa74e676ebb97a4449757770bff40 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 21 Jul 2011 10:06:57 +0200 Subject: [PATCH] Updated changelog for 1.0 release. --- src/main/resources/changelog.txt | 13 +++++++++++-- src/main/resources/readme.txt | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 5a5daa12e..1d0cd0aeb 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,8 +1,17 @@ Spring Data JPA Changelog -============================================= +========================= + +Changes in version 1.0.0.GA (2011-07-21) +---------------------------------------- +* Updated to Spring Data Commons 1.1.0.RELEASE - (DATACMNS-53, DATACMNS-49) +* Upgrade to Querydsl 2.2.0 (DATAJPA-78, DATACMNS-53) +* Improved performance by caching CriteriaQuery creation if possible (DATAJPA-71) +* Fixed version range for Spring Data Commons packages in template.mf (DATAJPA-72) +* Fixed count query execution for pagination queries with manually defined query (DATAJPA-77) +* Polished documentation Changes in version 1.0.0.RC1 (2011-06-21) - https://jira.springsource.org/browse/DATAJPA/fixforversion/11869 ----------------------------------------- +----------------------------------------- * Expose findAll(Specification spec, Sort sort) in JpaSpecificationExecutor (DATAJPA-48) * Improved target domain class detection for queries returning void and numeric values (DATAJPA-44) * Improved extensibility of QueryDslJpaRepository (DATAJPA-39) diff --git a/src/main/resources/readme.txt b/src/main/resources/readme.txt index 487b84170..b2e9d2a86 100644 --- a/src/main/resources/readme.txt +++ b/src/main/resources/readme.txt @@ -1,5 +1,5 @@ SPRING DATA JPA 1.0.0 M1 (Feb 10, 2011) ------------------------------------------ +--------------------------------------- Spring Data Jpa is released under the terms of the Apache Software License Version 2.0 (see license.txt).