From 3f0b69de4036ff7063d27a4287e9c136a352e927 Mon Sep 17 00:00:00 2001 From: costin Date: Thu, 16 Sep 2010 14:24:49 +0300 Subject: [PATCH] + update changelog --- docs/src/main/resources/changelog.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/src/main/resources/changelog.txt b/docs/src/main/resources/changelog.txt index 7a2d1328..15efe0a9 100644 --- a/docs/src/main/resources/changelog.txt +++ b/docs/src/main/resources/changelog.txt @@ -3,6 +3,20 @@ SPRING GEMFIRE INTEGRATION CHANGELOG http://www.springsource.org/spring-gemfire +Changes in version 1.0.0.M2 (2010-XX-XX) +---------------------------------------- +General +* Introduced namespace for all the major SGF components +* Improved documentation to accomodate the SGF namespace + +Package org.springframework.data.gemfire +* Introduced RegionLookupFactoryBean for retrieving (but not creating) regions + +Package org.springframework.data.gemfire.client +* Refactored client-specific classes into a dedicated package +* Introduced support for configuring GemFire Pools + + Changes in version 1.0.0.M1 (2010-08-03) ---------------------------------------- General