summaryrefslogtreecommitdiff
path: root/decorator/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'decorator/CHANGES.txt')
-rw-r--r--decorator/CHANGES.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/decorator/CHANGES.txt b/decorator/CHANGES.txt
index a3a17f7..ea4fd30 100644
--- a/decorator/CHANGES.txt
+++ b/decorator/CHANGES.txt
@@ -2,7 +2,10 @@ HISTORY
----------
3.3.1 Fixed a doctest broken for Python 3.2, as noted by
- Arfrever Frehtes Taifersar Arahesis (11/04/2011)
+ Arfrever Frehtes Taifersar Arahesis; changed the name of
+ the attribute ``undecorated`` to ``__wrapped__`` following the
+ 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)