summaryrefslogtreecommitdiff
path: root/decorator/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'decorator/CHANGES.txt')
-rw-r--r--decorator/CHANGES.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/decorator/CHANGES.txt b/decorator/CHANGES.txt
index d5488ad..ea4fd30 100644
--- a/decorator/CHANGES.txt
+++ b/decorator/CHANGES.txt
@@ -4,7 +4,8 @@ HISTORY
3.3.1 Fixed a doctest broken for Python 3.2, as noted by
Arfrever Frehtes Taifersar Arahesis; changed the name of
the attribute ``undecorated`` to ``__wrapped__`` following the
- Python 3.2 convention, as requested by Ram Rachum, (22/04/2011)
+ Python 3.2 convention, as requested by Ram Rachum; added
+ the Python 3 classifier to setup.py (22/04/2011)
3.3. Added support for function annotations (1/1/2011)
3.2.1. Now the .func_globals of the decorated function are the same of
the undecorated function, as requested by Paul Ollis (28/12/2010)