From 0818cd0411508ccf926f92f9164bc744aa5be849 Mon Sep 17 00:00:00 2001 From: Michael Foord Date: Wed, 7 Nov 2012 17:08:38 +0000 Subject: Proper compatibility with functools.wraps --- docs/changelog.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/changelog.txt b/docs/changelog.txt index 91a050d..3ae45d0 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -5,16 +5,12 @@ CHANGELOG ========= 2012/11/05 Version 1.0.1 ------------------------ +------------------------ * Functions decorated with `patch` variants have a `__wrapped__` attribute pointing to the original function. This brings compatibility with the default behaviour in Python 3.3 (due to a new feature in `functools.wraps`). -Note that due to changes in `tox`, `mock` is no longer tested with Python 2.4. -The compatibility code has not been removed so it probably still works, but -tests are no longer run. - 2012/10/07 Version 1.0.0 ------------------------ -- cgit v1.2.1