From 9add191da513730314fc1260ecf8b8584214c0d4 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 10 May 2011 12:48:12 +0200 Subject: [PATCH] Updated changelog. --- src/main/resources/changelog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index c50f19e5c..447d0bef6 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -3,6 +3,10 @@ Spring Data JPA Changelog Changes in version 1.0.0.RC1 ---------------------------------------- +* 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) +* Configured Maven build to include Bundlor generated MANIFEST.MF (DATAJPA-42) * Improved performance of query execution by uhsing method.getAnnotation(…) instead of AnnotationUtils.getAnnotation(…) * JpaPersistableEntityInformation now uses Persistable.isNew(…) (DATAJPA-58)