summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2013-01-11 12:07:10 +0100
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2013-01-11 12:07:10 +0100
commit942ef514462522c0ea250fbc402e5ae67fbeaf5e (patch)
tree3e6ef37bd6df0532df1ab9bf01a276cae1024d6d /ChangeLog
parent247b86271595f52cecfd4c998442f6e5c5ae7014 (diff)
downloadlogilab-common-942ef514462522c0ea250fbc402e5ae67fbeaf5e.tar.gz
[registry]?deprecate usage of leading underscore to mark class as abstract / not to register
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d642350..ac74ea0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@ ChangeLog for logilab.common
* registry:
- introduce objid and objname methods on Registry instead of classid
function and inlined code (closes #98742)
+ - deprecate usage of leading underscore to skip object registration, using
+ __abstract__ explicitly is better and notion of registered object 'name'
+ is now somewhat fuzzy
* loggin_ext: on windows, use colorama to display colored logs, if available (closes #107436)