summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index eabe38a..80f2bdb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,8 +2,11 @@ ChangeLog for logilab.common
============================
--
- * modutils: don't propagate IOError when package's __init__.py file doesn't
- exist (#174606)
+ * modutils:
+ * don't propagate IOError when package's __init__.py file doesn't
+ exist (#174606)
+ * ensure file is closed, may cause pb depending on the interpreter, eg
+ pypy) (#180876)
* fix some cases of failing python3 install on windows platform / cross
compilation (#180836)