[Checkins] SVN: zope.filerepresentation/trunk/CHANGES.rst Note the change.

Stephen Richter cvs-admin at zope.org
Mon Feb 11 18:24:56 UTC 2013


Log message for revision 129281:
  Note the change.
  

Changed:
  U   zope.filerepresentation/trunk/CHANGES.rst

-=-
Modified: zope.filerepresentation/trunk/CHANGES.rst
===================================================================
--- zope.filerepresentation/trunk/CHANGES.rst	2013-02-11 18:23:59 UTC (rev 129280)
+++ zope.filerepresentation/trunk/CHANGES.rst	2013-02-11 18:24:55 UTC (rev 129281)
@@ -2,16 +2,16 @@
 CHANGES
 =======
 
-4.0.1 (unreleased)
+4.0.1 (2013-02-11)
 ------------------
 
-- Nothing changed yet.
+- Add tox.ini to release.
 
 
 4.0.0 (2013-02-11)
 ------------------
 
-- aDded support for Python 3.2, 3.3 and PyPy.
+- Added support for Python 3.2, 3.3 and PyPy.
 - Dropped support for Python 2.4 / 2.5.
 
 3.6.1 (2011-11-29)
@@ -23,14 +23,14 @@
 3.6.0 (2009-10-08)
 ------------------
 
-- Added `IRawReadFile` and `IRawWriteFile` interfaces. These extend `IReadFile` and
-  `IWritefile`, respectively, to behave pretty much like a standard Python file
-  object with a few embellishments. This in turn allows efficient, iterator-
-  based implementations of file reading and writing.
+- Added `IRawReadFile` and `IRawWriteFile` interfaces. These extend
+  `IReadFile` and `IWritefile`, respectively, to behave pretty much like a
+  standard Python file object with a few embellishments. This in turn allows
+  efficient, iterator- based implementations of file reading and writing.
 
-- Removed dependency on ``zope.container``: `IReadDirectory` and `IWriteDirectory`
-  inherit only from interfaces defined in ``zope.interface`` and
-  ``zope.interface.common.mapping``.
+- Removed dependency on ``zope.container``: `IReadDirectory` and
+  `IWriteDirectory` inherit only from interfaces defined in ``zope.interface``
+  and ``zope.interface.common.mapping``.
 
 3.5.0 (2009-01-31)
 ------------------



More information about the checkins mailing list