summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 87b6651..a1c4cad 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,9 +2,12 @@ HISTORY
--------
4.0.0 Removed the need for 2to3 by dropping the support for Python 2.5.
- Added a MANIFEST.in file and produced a proper wheel.
+ Added a MANIFEST.in file and produced a proper wheel. Improved
+ the integration with setuptools so that `python setup.py test` works.
Reworked the documentation and introduced `decorator.decorated`.
- Copied the `__qualname__` attribute, as requested by XXX
+ Copied the `__qualname__` attribute, as requested by XXX.
+ Fixed `contextmanager` to work with Python 3.5.
+ Added a `dispatch_on` facility to implement generic functions.
(2015/07/21)
3.4.2 Same as 3.4.1, re-uploaded to PyPI (2015-03-22)
3.4.1 Ported the repository from GoogleCode to GitHub and added Travis CI