From 3e45f3c48bbbfd8ec16a4a1b4b68c8db8fe6ab6c Mon Sep 17 00:00:00 2001 From: Khosrow Afroozeh Date: Mon, 6 Oct 2025 12:56:48 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7ea60a..781e884 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,11 @@ All notable changes to this project will be documented in this file. - **Fixes** - [CLIENT-3777] Fix anomalous getTtl() behavior. + - Properly set object without leaking a reference. PR #68, thanks to [Martynas Žaliaduonis](https://github.com/martynaszaliaduonis). - **Improvements** - [CLIENT-3777] Introduce getters on Expiration class objects. + - Add send key setter and getter to `BatchWritePolicy`, PR #65 thanks to [Asparuh Nestorov](https://github.com/anestorov). ## [1.3.0] - 2025-02-23