summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Foord <michael@voidspace.org.uk>2012-11-07 17:08:59 +0000
committerMichael Foord <michael@voidspace.org.uk>2012-11-07 17:08:59 +0000
commitfb1cfb3001148586b7f67e101ca6541d4c8ee91a (patch)
treea01e52dfda180720e968909519e449d2298ebe00
parent0818cd0411508ccf926f92f9164bc744aa5be849 (diff)
downloadmock-fb1cfb3001148586b7f67e101ca6541d4c8ee91a.tar.gz
Restore Python 2.4 warning in the changelog
-rw-r--r--docs/changelog.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/changelog.txt b/docs/changelog.txt
index 3ae45d0..823341a 100644
--- a/docs/changelog.txt
+++ b/docs/changelog.txt
@@ -11,6 +11,10 @@ CHANGELOG
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
------------------------