summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog.txt6
1 files changed, 1 insertions, 5 deletions
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
------------------------