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 0b75d2c..30af4b4 100644
--- a/decorator/CHANGES.txt
+++ b/decorator/CHANGES.txt
@@ -1,6 +1,8 @@
HISTORY
----------
+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
has been deprecated for years, removed the confusing decorator_factory
example and added official support for Python 3 (requested by Claus Klein).