summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Garaud <damien.garaud@logilab.fr>2013-04-11 11:12:14 +0200
committerDamien Garaud <damien.garaud@logilab.fr>2013-04-11 11:12:14 +0200
commit55cf7e15457138fe04fd40ad0fd87b2a66953189 (patch)
tree31d6f259042184a37a7e261fb85857bafacf06f6 /ChangeLog
parent201edf589f93be9ed66916874b3e704a127f2007 (diff)
downloadlogilab-common-55cf7e15457138fe04fd40ad0fd87b2a66953189.tar.gz
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
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