summaryrefslogtreecommitdiff
path: root/decorator/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'decorator/CHANGES.txt')
-rw-r--r--decorator/CHANGES.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/decorator/CHANGES.txt b/decorator/CHANGES.txt
index 30af4b4..a148668 100644
--- a/decorator/CHANGES.txt
+++ b/decorator/CHANGES.txt
@@ -1,6 +1,7 @@
HISTORY
----------
+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)
3.2. Added __version__ (thanks to Gregg Lind), removed functionality which
@@ -26,11 +27,11 @@ HISTORY
http://packages.python.org/decorator (14/12/2008)
2.3.2. Small optimization in the code for decorator factories. First version
with the code uploaded to PyPI (01/12/2008)
-2.3.1. Set the zipsafe flag to False, since I want my users to have the source, not
- a zipped egg (25/07/2008)
-2.3.0. Added support for writing decorator factories with minimal effort (feature
- requested by Matthew Wilson); implemented it by enhancing 'decorator' to
- a Python 2.6 class decorator (10/07/2008)
+2.3.1. Set the zipsafe flag to False, since I want my users to have the source,
+ not a zipped egg (25/07/2008)
+2.3.0. Added support for writing decorator factories with minimal effort
+ (feature requested by Matthew Wilson); implemented it by enhancing
+ 'decorator' to a Python 2.6 class decorator (10/07/2008)
2.2.0. Added a note on 'inspect.getsource' not working for decorated
functions; referenced PEP 326; highlighted the snippets in the
documentation with pygments; slightly simplified the code (31/07/2007)