From bfe2442b36705be8686cb2d50268376b05c8cdea Mon Sep 17 00:00:00 2001 From: Serdar Ozmen Date: Fri, 19 Oct 2018 15:02:00 +0300 Subject: [PATCH] Update release_notes.txt --- hazelcast/src/main/resources/release_notes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/hazelcast/src/main/resources/release_notes.txt b/hazelcast/src/main/resources/release_notes.txt index 44a5fae8a8b8..415a3679e2c4 100644 --- a/hazelcast/src/main/resources/release_notes.txt +++ b/hazelcast/src/main/resources/release_notes.txt @@ -22,6 +22,7 @@ Hazelcast IMDG Open Source Enhancements: * JCache Expired Entries Disposal: Improved JCache's lazy eviction with a periodic cleanup that eventually removes all expired entries and frees up the occupied space. * Improved Network I/O: Enhanced network I/O to allow TLS handshake in a block-free manner and to support offloadable tasks, improving the latency and security. * Now, Hazelcast supports discovering members in the GCP Compute Engine environment. +* Introduced the ability which allows adding the user libraries to the classpath. See Adding User Library to CLASSPATH section. The following are the other improvements performed to solve the enhancement issues opened by the Hazelcast customers/team.