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 cbc1913..a319a94 100644
--- a/decorator/CHANGES.txt
+++ b/decorator/CHANGES.txt
@@ -1,6 +1,8 @@
HISTORY
----------
+3.3.3 Fixed a bug with kwonlyargs for Python 3, submitted by Chris
+ Ellison (23/04/2012)
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