From 55cf7e15457138fe04fd40ad0fd87b2a66953189 Mon Sep 17 00:00:00 2001 From: Damien Garaud Date: Thu, 11 Apr 2013 11:12:14 +0200 Subject: Add version handling to the deprecation module (closes #108205). Allow to refine the deprecation message handling. Messages are dropped for versions more recent than the 'compatible' version. Implement the `deprecated` decorator and `class_deprecated` metaclass in terms of this new manager. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a216b5b..036f785 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,8 @@ ChangeLog for logilab.common * fix umessages test w/ python 3 and LC_ALL=C (closes #119967, report and patch by Ian Delaney) +-- + * deprecation: new DeprecationManager class (closes #108205) 2013-01-21 -- 0.59.0 -- cgit v1.2.1