[Checkins] SVN: zope.interface/trunk/CHANGES.txt Note changes.

Tres Seaver cvs-admin at zope.org
Fri Mar 30 19:17:33 UTC 2012


Log message for revision 124822:
  Note changes.

Changed:
  U   zope.interface/trunk/CHANGES.txt

-=-
Modified: zope.interface/trunk/CHANGES.txt
===================================================================
--- zope.interface/trunk/CHANGES.txt	2012-03-30 18:57:41 UTC (rev 124821)
+++ zope.interface/trunk/CHANGES.txt	2012-03-30 19:17:29 UTC (rev 124822)
@@ -4,6 +4,17 @@
 3.9.0 (unreleased)
 ------------------
 
+- Dropped explicit support for Python 2.4 / 2.5 / 3.1.
+
+- Added support for PyPy.
+
+- Added support for continuous integration using ``tox`` and ``jenkins``.
+
+- Added 'setup.py dev' alias (runs ``setup.py develop`` plus installs
+  ``nose`` and ``coverage``).
+
+- Added 'setup.py docs' alias (installs ``Sphinx`` and dependencies).
+
 - Replaced all unittest coverage previously accomplished via doctests with
   unittests.  The doctests have been moved into a ``docs`` section, managed
   as a Sphinx collection.



More information about the checkins mailing list