summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ce2512..bffa78b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
ChangeLog for logilab.common
============================
---
+2012-11-14 -- 0.58.3
* date: fix ustrftime() impl. for python3 (closes #82161, patch by Arfrever
Frehtes Taifersar Arahesis) and encoding detection for python2 (closes
#109740)
@@ -10,6 +10,11 @@ ChangeLog for logilab.common
* registry: setdefault shouldn't raise RegistryNotFound (closes #111010)
+ * table: stop encoding to iso-8859-1, use unicode (closes #105847)
+
+ * setup: properly install additional files during build instead of install (closes #104045)
+
+
2012-07-30 -- 0.58.2
* modutils: fixes (closes #100757 and #100935)