summaryrefslogtreecommitdiff
path: root/decorator/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'decorator/CHANGES.txt')
-rw-r--r--decorator/CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/decorator/CHANGES.txt b/decorator/CHANGES.txt
index ea4fd30..cbc1913 100644
--- a/decorator/CHANGES.txt
+++ b/decorator/CHANGES.txt
@@ -1,6 +1,8 @@
HISTORY
----------
+3.3.2 Fixed a bug with __kwdefaults__ for Python 3, submitted by Chris
+ Ellison (01/09/2011)
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