summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2012-08-29 15:21:28 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2012-08-29 15:21:28 +0200
commitd1d98bfbb443f23f06e20ee7cdb7d62c303aeb2c (patch)
tree0dad38022cbc60deffd202ac9859f93726b94ef5 /ChangeLog
parent586f9e9c3d1802862fcef97259d5662b3c8f9744 (diff)
downloadlogilab-common-d1d98bfbb443f23f06e20ee7cdb7d62c303aeb2c.tar.gz
fix date.ustrftime for python3, closes #82161
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b19771..5bb288b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
ChangeLog for logilab.common
============================
+ --
+ * fix logilab.common.date.ustrftime() for python3 (closes #82161,
+ patch by Arfrever Frehtes Taifersar Arahesis)
+
2012-07-30 -- 0.58.2
* modutils: fixes (closes #100757 and #100935)