From 6c605063b616edf9102e2ea7f3003529ff95d86d Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 26 Jan 2017 10:26:32 +0100 Subject: [PATCH] SGF-579 - Updated changelog. --- src/main/resources/changelog.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 4aad85ad..b32bb59b 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -3,6 +3,14 @@ SPRING DATA GEMFIRE CHANGELOG http://www.springsource.org/spring-gemfire ============================= +Changes in version 1.9.0.RELEASE (2017-01-26) +--------------------------------------------- +* SGF-585 - Update project documentation with the CLA tool integration. +* SGF-582 - Add support for using bean property "id" as a Region key if @Id annotation is not present. +* SGF-581 - Fix possible test failure(s) in GenericRegionFactoryBeanTest. +* SGF-579 - Release 1.9 GA (Ingalls). + + Changes in version 1.8.6.RELEASE (2016-12-21) --------------------------------------------- * SGF-577 - Late initialization of GemfireBeanFactoryLocator causes IllegalStateException.