From 3ed7b2fa8a10adb5db733d65f9a5ca12ac5b5f8f Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 27 Jan 2015 14:35:09 +0100 Subject: [PATCH] DATAJPA-660 - Updated changelog. --- src/main/resources/changelog.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 04b1a4966..59a6837c3 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,27 @@ Spring Data JPA Changelog ========================= +Changes in version 1.6.5.RELEASE (2015-01-27) +--------------------------------------------- +* DATAJPA-660 - Release 1.6.5. +* DATAJPA-654 - Enable Spring 4.1 build profile for Travis. +* DATAJPA-653 - Make sure test work with Spring 4.1. +* DATAJPA-641 - Move to new Travis build infrastructure. +* DATAJPA-639 - Set up Travis to only build with JDK 8. +* DATAJPA-634 - Switch to HTTPS for repository declarations. +* DATAJPA-632 - Improve SimpleJpaQueryUnitTests that fails after SonarQube improvements in Spring Data Commons. +* DATAJPA-631 - ClasspathScanningPersistenceUnitPostProcessor should forward ResourceLoader configured to the ClassPathScanningCandidateComponentProvider used for the entity type scanning. +* DATAJPA-627 - Typo in BeanDefinitionNames. +* DATAJPA-622 - Hibernate thinks AbstractPersistable.isNew() is a property. +* DATAJPA-620 - Infinite loop in unsynchronized HashMap in CrudMethodMetadataPostProcessor. +* DATAJPA-611 - SimpleJpaRepository.findAll(Iterable