From 83a37656aa2c4d1214a29335265ecc4dab236114 Mon Sep 17 00:00:00 2001 From: Serdar Ozmen Date: Thu, 18 Oct 2018 14:13:17 +0300 Subject: [PATCH] Update changelog.txt --- hazelcast/src/main/resources/changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hazelcast/src/main/resources/changelog.txt b/hazelcast/src/main/resources/changelog.txt index 73659fcf563c..5cfd7976fcf4 100644 --- a/hazelcast/src/main/resources/changelog.txt +++ b/hazelcast/src/main/resources/changelog.txt @@ -4,7 +4,7 @@ Release 3.11 - Added fine-grained control over WAN replication events by Introducing the new event type LOADED and the class EntryLoadedListener. - Introduced a license monitor daemon that warns about license expirations and instructs about the next steps. -- Enhanced the WAN Synchronization by adding Merkle Trees support. +- Introduced Delta WAN Synchronization which uses Merkle trees. - Added ability to set custom TTL for map and cache entries. - Added ability to set custom maximum idle timeouts for map entries. - Introduced configurable backoff strategy for client reconnections.