From 651c05aae8732f4cf21b70ba7e98e144f2c8145a Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Fri, 24 Aug 2012 10:34:20 +0200 Subject: [PATCH] DATAJPA-250 - Updated changelog for 1.1.2.RELEASE. --- src/main/resources/changelog.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index efb3954a1..3ca85811e 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,13 @@ Spring Data JPA Changelog ========================= +Changes in version 1.1.2.RELEASE (2012-08-24) +--------------------------------------------- +* Namespace XSDs of current release version should refer to repositories XSD in version 1.0 (DATAJPA-239) +* NamedQuery should defer warning logs until the named query is actually detected (DATAJPA-241) +* JpaClassUtils#isEntityManagerOfType is not safe within an OSGI Environment (DATAJPA-244) +* List compile time dependencies explicitly (DATAJPA-245) + Changes in version 1.1.1.RELEASE (2012-07-23) --------------------------------------------- * Throw more appropriate exception if manually defined query in @Query is invalid (DATAJPA-226)