summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 9 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 48b6c8c..3fda9e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,16 +1,20 @@
ChangeLog for logilab.common
============================
+--
+ * graph: ensure output is orderd on node and graph ids (#202314)
+
+
2013-16-12 -- 0.60.1
* modutils:
- * don't propagate IOError when package's __init__.py file doesn't
- exist (#174606)
+ * 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
+ * ensure file is closed, may cause pb depending on the interpreter, eg
pypy) (#180876)
-
- * fix support for `extend_path` based nested namespace packages ;
+
+ * 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