From 388c16f188a43e3253c6aa56748e035d3159c4e4 Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Mon, 25 Aug 2025 17:33:20 +0200 Subject: [PATCH] Document sqlite fix in changelog --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6ca0f89..8c3954e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -16,6 +16,8 @@ Version 0.20.0 - Implement ``filter_hook`` for the HTTP storage. - Drop support for Python 3.7. - Add support for Python 3.12 and Python 3.13. +- Properly close the status database after using. This especially affects tests, + where we were leaking a large amount of file descriptors. Version 0.19.3 ==============