diff options
Diffstat (limited to 'CHANGES.txt')
| -rwxr-xr-x | CHANGES.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 5b77483..852ca8b 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,11 @@ HISTORY ---------- +3.0. New major version introducing ``FunctionMaker`` and the two-argument + syntax for ``decorator``. Moreover, added support for getting the + source code. This version is Python 3.0 ready. + Major overhaul of the documentation, now hosted on + 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 |
