diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 7ae47c05..411a24c5 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -3,6 +3,16 @@ SPRING DATA GEMFIRE CHANGELOG https://www.springsource.org/spring-gemfire =========================================== +Changes in version 2.2.4.RELEASE (2020-01-15) +--------------------------------------------- +* SGF-908 - ConnectionEndpoint should support standard "host:port" format. +* SGF-907 - Refactor PoolFactoryBean to use PoolResolver. +* SGF-906 - Refactor ContinuousQueryListenerContainer to use PoolResolver. +* SGF-905 - Introduce a PoolResolver strategy interface to resolve Pool instances and provide a layer of indirection between SDG and Apache Geode's static PoolManager class. +* SGF-903 - Update copyright year to 2020. +* SGF-902 - Release 2.2.4 (Moore SR4). + + Changes in version 2.1.15.RELEASE (2020-01-15) ---------------------------------------------- * SGF-903 - Update copyright year to 2020. @@ -1591,3 +1601,4 @@ General +