From f8257f5cd9d62a7c962bcefc0407f275e460623c Mon Sep 17 00:00:00 2001 From: Chris K Wensel Date: Mon, 3 Jun 2024 13:52:12 -0700 Subject: [PATCH] version 4.5.2 --- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 61df55f9a..0910826ab 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,6 @@ Cascading Change Log -4.5.2 [unreleased] +4.5.2 Fixed issue in c.t.Fields where the pos map was the source of a memory leak under certain conditions. The IdentityHashMap was replaced with a WeakHashMap to prevent the leak.