From 8faff41d40b5382f9871aa256a858d17f9588c7f Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 16 Apr 2014 08:48:52 -0400 Subject: [PATCH] DOC: changelog entry on leaky file descriptors --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index d42ea111..85fbaa54 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,8 @@ ver. 0.8.14 (2014/??/??) - take-care-of-the-elderly - minor fixes for claimed Python 2.4 and 2.5 compatibility - Handle case when inotify watch is auto deleted on file deletion to stop error messages + - tests - fixed few "leaky" file descriptors when files were not closed while + being removed physically ver. 0.8.13 (2014/03/15) - maintenance-only-from-now-on