From ccbc50bdc6c4addf6d7c5a7352f5f8671ddbaee4 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 23 Jul 2012 19:40:19 +0200 Subject: [PATCH] DATAJPA-236 - Prepare changelog for 1.1.1.RELEASE. --- 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 7e0ac271d..efb3954a1 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,15 @@ Spring Data JPA Changelog ========================= +Changes in version 1.1.1.RELEASE (2012-07-23) +--------------------------------------------- +* Throw more appropriate exception if manually defined query in @Query is invalid (DATAJPA-226) +* SimpleJpaRepository.findAll(Iterable ids) now works when handing in non-Lists (DATAJPA-232) +* OSGi bundle identifier is now org.springframework.data.jpa (DATAJPA-215) +* We now include JPA metamodel classes for our base domain types (DATAJPA-217) +* Improved documentation of how to use native queries with @Query (DATAJPA-227) +* Upgraded to Spring Data Commons 1.3.2.RELEASE (DATAJPA-233) + Changes in version 1.1.0.RELEASE (2012-05-16) --------------------------------------------- * JPA Repository can get typing of @Query annotated findXXX methods wrong (DATAJPA-169)