summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2013-01-11 12:44:55 +0100
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2013-01-11 12:44:55 +0100
commit247b86271595f52cecfd4c998442f6e5c5ae7014 (patch)
treeed425755864af4fba2be035a92091a4dfe5b7276 /ChangeLog
parent5c6aeef0d0a1905f9b59789666b46d7906625702 (diff)
downloadlogilab-common-247b86271595f52cecfd4c998442f6e5c5ae7014.tar.gz
[registry] introduce objid/objname method on registries instead of using function/inlined code. Partially closes #98742
So they become customizable per registry.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 03d3540..d642350 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@ ChangeLog for logilab.common
============================
--
+ * registry:
+ - introduce objid and objname methods on Registry instead of classid
+ function and inlined code (closes #98742)
+
* loggin_ext: on windows, use colorama to display colored logs, if available (closes #107436)
2012-11-14 -- 0.58.3