From 9e45bc989058ebd5a9c57a7af08564151e4e5943 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 10 Jul 2014 17:14:18 +0200 Subject: [PATCH] DATAJPA-571 - Updated changelog. --- src/main/resources/changelog.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 7e59671c9..77c60d81f 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,24 @@ Spring Data JPA Changelog ========================= +Changes in version 1.7.0.M1 (2014-07-10) +---------------------------------------- +* DATAJPA-572 - Remove links to forum.spring.io. +* DATAJPA-571 - Release 1.7 M1. +* DATAJPA-568 - Cannot update the new inserted entity which has @Version. +* DATAJPA-567 - OptimisticLock does not work anymore. +* DATAJPA-566 - Adapt to Spring 4 upgrade. +* DATAJPA-564 - Support for SpEL based parameter expressions in repository query methods. +* DATAJPA-561 - Entity with primitive version property invalidly considered not new. +* DATAJPA-558 - StackOverflow error when creating the MappingContext for domain types with generics. +* DATAJPA-551 - Add support for limiting the query result in the query derivation mechanism. +* DATAJPA-548 - Improve documentation on custom namespace attributes for jpa:repositories. +* DATAJPA-545 - Special characters not allowed anymore in named binding parameter. +* DATAJPA-527 - CrudRepository.exists(ID id) fails for entity with @IdClass. +* DATAJPA-519 - ClasspathScanningPersistenceUnitPostProcessor throws NPE. +* DATAJPA-506 - Add support for conversion of Blob values to byte[] in native queries. + + Changes in version 1.6.1.RELEASE (2014-06-30) --------------------------------------------- * DATAJPA-563 - Release 1.6.1.