diff options
| author | Michele Simionato <michele.simionato@gmail.com> | 2015-07-20 06:41:43 +0200 |
|---|---|---|
| committer | Michele Simionato <michele.simionato@gmail.com> | 2015-07-20 06:41:43 +0200 |
| commit | cc752587247ffe103bacfa86e84b5797959cd845 (patch) | |
| tree | 53c6d3bae62eb88861826c77ae741534549895ec /CHANGES.txt | |
| parent | a4e7a82790a134ca44746de88bdc0354e90c442c (diff) | |
| download | python-decorator-git-cc752587247ffe103bacfa86e84b5797959cd845.tar.gz | |
More work on the documentation
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 19be0ad..623c4bc 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,8 +2,8 @@ HISTORY -------- 4.0.0 Removed the need for 2to3 by dropping the support for Python 2.5; now - the decorator module can be distributed as a wheel. Introduced - `decorator.decorated`. (2015/07/19) + the decorator module can be distributed as a wheel. Reworked the + documentation and introduced `decorator.decorated`. (2015/07/19) 3.4.1 Ported the repository from GoogleCode to GitHub and added Travis CI support. Tests are executed with the new command `python test.py -v`. setuptools is now mandatory in Python 3. The suggested @@ -69,7 +69,7 @@ HISTORY 1.1. 'decorator' instances now have attributes __name__, __doc__, __module__ and __dict__ coming from the associated caller function; included the licence into the documentation (02/12/2006) -1.0. Added LICENCE.txt; added a setuptools-friendly setup.py script +1.0. Added LICENSE.txt; added a setuptools-friendly setup.py script contributed by Luke Arno (10/08/2006) 0.8.1. Minor fixes to the documentation (21/06/2006) 0.8. Improved the documentation, added the 'caveats' section (16/06/2006) |
