summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authormichele.simionato <devnull@localhost>2010-01-21 05:56:23 +0000
committermichele.simionato <devnull@localhost>2010-01-21 05:56:23 +0000
commit4ccf1399ef31e1860b8e89f2d04b4e116ac5889b (patch)
tree545d7e3b9ef258b19f90be0e2ca9f63f36d865b1 /CHANGES.txt
parent1182961a2b82500a00f948437fa7f8736537c521 (diff)
downloadpython-decorator-git-4ccf1399ef31e1860b8e89f2d04b4e116ac5889b.tar.gz
Work for decorator version 3.2
Diffstat (limited to 'CHANGES.txt')
-rwxr-xr-xCHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 0827995..a18d568 100755
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,9 @@
HISTORY
----------
+3.2. Added __version__, removed functionality which has been deprecated for
+ more than one year, removed the confusing decorator_factory example
+ from the documentation (21/01/2010)
3.1.2. Added attributes args, varargs, keywords and arg0, ..., argN
to FunctionMaker objects generated from a function; fixed another
Pylons-breaking bug signaled by Lawrence Oluyede (25/08/2009)