summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 80f2bdb..11c7c7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,11 +2,13 @@ ChangeLog for logilab.common
============================
--
- * modutils:
+ * 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 support for `extend_path` based nested namespace packages ;
+ Report and patch by John Johnson (#177651)
* fix some cases of failing python3 install on windows platform / cross
compilation (#180836)