summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2015-09-25 04:36:59 +0200
committerMichele Simionato <michele.simionato@gmail.com>2015-09-25 04:36:59 +0200
commit7af57a4cf63a20b6121d235bebe206260409a585 (patch)
treeaacdc119953ddac839aa3078a74b198e5a55a7ed /CHANGES.txt
parentf6f1f69f576e438b3aad336d3faa20d1012b3aeb (diff)
downloadpython-decorator-git-4.0.4.tar.gz
Bumped version to 4.0.44.0.4
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index bfa2802..43cc1b9 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,8 @@
HISTORY
--------
+4.0.4 Included a patch from Zev Benjamin: now decorated functions play well
+ with cProfile (2015/09/25)
4.0.3 Added a warning about the memoize example, as requested by Robert
Buchholz (2015/09/25)
4.0.2 docs/README.rst was not included in MANIFEST.in by accident,