summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2013-01-21 18:33:04 +0100
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2013-01-21 18:33:04 +0100
commit0a0ba64e9b8f6720c96faa3fa34735ddbc758caf (patch)
tree1154c454cb04bba5165b7a68bb6834da77e42fcf /ChangeLog
parent0d6e3833d6bdc9f48f75abe07a8ad457349aa6ca (diff)
downloadlogilab-common-0a0ba64e9b8f6720c96faa3fa34735ddbc758caf.tar.gz
Properly fix @monkeypatch by changing its contract. Actually closes #104047logilab-common-version-0.59.0
This follows 8d13747da834 and f8fb4a6d9249 which should not have been commited before this cleanup.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c579d02..0a2ac84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,7 +21,7 @@ ChangeLog for logilab.common
- use register_all when no registration callback defined (closes #111011)
- * loggin_ext: on windows, use colorama to display colored logs, if available (closes #107436)
+ * logging_ext: on windows, use colorama to display colored logs, if available (closes #107436)
* packaging: remove references to ftp at logilab
@@ -35,7 +35,10 @@ ChangeLog for logilab.common
* configuration: enhance merge_options function (closes #113458)
-
+ * decorators: fix @monkeypatch decorator contract for dark corner
+ cases such as monkeypatching of a callable instance: no more
+ turned into an unbound method, which was broken in python 3 and
+ probably not used anywhere (actually closes #104047).
2012-11-14 -- 0.58.3
* date: fix ustrftime() impl. for python3 (closes #82161, patch by Arfrever