SVN: zope.testing/trunk/CHANGES.txt - Added context-manager support to ``zope.testing.setupstack``

Jim Fulton <[email protected]> Sat, 28 Jan 2012 16:14:10 -0500 (EST)
Newsgroups gmane.comp.web.zope.zope3.cvs
Message-ID <20120128211410.EB789941F0__32217.2979744666$1327785254$gmane$org@cvs.zope.org>
Log message for revision 124226:
  - Added context-manager support to ``zope.testing.setupstack``
  
  - Added the ``wait_until`` module, which makes it easier to deal with
    non-deterministic timing issues.
  
  - Renamed ``zope.testing.renormalizing.RENormalizing`` to
    ``zope.testing.renormalizing.OutputChecker``. The old name is an
    alias.
  
  - Updated tests to run with Python 3.
  
  - More clearly labeled which features were supported by Python 3.
  
  - Reorganized documentation.
  

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

-=-
Modified: zope.testing/trunk/CHANGES.txt
===================================================================
--- zope.testing/trunk/CHANGES.txt	2012-01-28 21:12:57 UTC (rev 124225)
+++ zope.testing/trunk/CHANGES.txt	2012-01-28 21:14:10 UTC (rev 124226)
@@ -1,7 +1,7 @@
 zope.testing Changelog
 **********************
 
-4.1.0 (unreleased)
+4.1.0 (2012-01-28)
 ==================
 
 - Added context-manager support to ``zope.testing.setupstack``
@@ -17,6 +17,8 @@
 
 - More clearly labeled which features were supported by Python 3.
 
+- Reorganized documentation.
+
 4.0.0 (2011-11-09)
 ==================