diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index e9710483c..e8d9c9137 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,23 @@ Spring Data JPA Changelog ========================= +Changes in version 1.9.1.RELEASE (2015-11-15) +--------------------------------------------- +* DATAJPA-823 - Release 1.9.1 (Gosling). +* DATAJPA-820 - New entity merged rather than persisted when ID is not generated and version is in a MappedSuperClass. +* DATAJPA-819 - CrudMethodMetadataPostProcessor does not use bean class loader. +* DATAJPA-817 - Upgrade to EclipseLink 2.6.1. +* DATAJPA-815 - order by qualifyReference when property begins with joinAlias. +* DATAJPA-805 - Typo in @Modifying documentation. +* DATAJPA-798 - Repository query method fails when sorting with Pageable and query with line breaks. +* DATAJPA-796 - Typo in JavaDoc of AbstractPersistable. +* DATAJPA-795 - Upgrade Hibernate 5 build profile to 5.0.1. +* DATAJPA-793 - Spring Boot has broken custom repository methods in Spring Data JPA. +* DATAJPA-742 - Java 8 Stream support broken. +* DATAJPA-585 - Incomplete null handling in QueryDslJpaRepository. +* DATAJPA-382 - Provide access to auditor in manually defined queries. + + Changes in version 1.7.4.RELEASE (2015-10-14) --------------------------------------------- * DATAJPA-812 - Release 1.7.4 (Evans).