From 3ffab097ea7c829d3daacb43b17da62956f5d101 Mon Sep 17 00:00:00 2001 From: Sean Gillies Date: Thu, 9 Jan 2025 10:33:39 -0700 Subject: [PATCH] Update change log after #1477 (#1482) * In _transform_geom finally clean up all allocations * Update change log --- CHANGES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.txt b/CHANGES.txt index c75b1c93..e8a8de3f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -8,6 +8,7 @@ All issue numbers are relative to https://github.com/Toblerity/Fiona/issues. Bug fixes: +- A potential memory leak in transform_geom() has been fixed (#1477). - A more information exception is now raised by JSONField.get() when the value cannot be decoded (#1463).