From e64d28ee9155d6d1a4d3850b4289103164ae2983 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 23 Feb 2016 12:56:29 +0100 Subject: [PATCH] DATAJPA-860 - Updated changelog. --- src/main/resources/changelog.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 9eaaed227..f508a06cd 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,18 @@ Spring Data JPA Changelog ========================= +Changes in version 1.9.4.RELEASE (2016-02-23) +--------------------------------------------- +* DATAJPA-862 - Reference documentation contains wrong property index "?0" in @Query example. +* DATAJPA-860 - Release 1.9.4 (Gosling SR4). +* DATAJPA-859 - Add build profile for Hibernate 5.1. +* DATAJPA-858 - Contains binding inspects first property for collections, not the leaf property. +* DATAJPA-850 - Reference documentation should mention @EntityListener to set up auditing. +* DATAJPA-848 - AbstractPersistable.equals(…) always returns false if target entity is a proxy. +* DATAJPA-847 - Upgrade to EclipseLink 2.6.2. +* DATAJPA-845 - PersistenceProvider static from* methods are a performance hit. + + Changes in version 1.10.0.M1 (2016-02-12) ----------------------------------------- * DATAJPA-859 - Add build profile for Hibernate 5.1.