From 67d20452d2c0d0701ce944aa05ef29064d1cadc5 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 13 Jun 2018 10:47:58 +0200 Subject: [PATCH] SGF-743 - 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 8a83c7a3..d2c02e61 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.13.RELEASE (2018-06-13) +---------------------------------------------- +* SGF-759 - Add support for Include Filters to MappingPdxSerializer. +* SGF-758 - Exclude Java and Spring Framework Types when using MappingPdxSerializer. +* SGF-745 - Add ability to filter types de/serialized by the o.s.d.g.mapping.MappingPdxSerializer. +* SGF-743 - Release 1.9.13 (Ingalls SR13). + + Changes in version 2.1.0.M3 (2018-05-17) ---------------------------------------- * SGF-747 - Properly enable statistics when Annotation-based Expiration Policies are enabled with EnableExpiration.