[Checkins] SVN: zope.schema/trunk/ CHangelog belongs into CHANGES, especially if it's already there

Philipp von Weitershausen philikon at philikon.de
Fri Sep 28 07:42:11 EDT 2007


Log message for revision 80305:
  CHangelog belongs into CHANGES, especially if it's already there
  

Changed:
  U   zope.schema/trunk/CHANGES.txt
  U   zope.schema/trunk/README.txt

-=-
Modified: zope.schema/trunk/CHANGES.txt
===================================================================
--- zope.schema/trunk/CHANGES.txt	2007-09-28 11:40:47 UTC (rev 80304)
+++ zope.schema/trunk/CHANGES.txt	2007-09-28 11:42:10 UTC (rev 80305)
@@ -2,25 +2,54 @@
 Changes
 =======
 
-3.5a1
-=====
+3.5.0a1 (unreleased)
+====================
 
- - Added helper methods for schema validation: `getValidationErrors` and
-   `getSchemaValidationErrors`.
+- Added helper methods for schema validation: ``getValidationErrors``
+  and ``getSchemaValidationErrors``.
 
+- Added BeforeObjectAssignedEvent that is triggered before the object field
+  sets a value.
 
-3.4.0b1
-=======
+- zope.schema now works on Python2.5
 
- - Added BeforeObjectAssignedEvent that is triggered before the object field
-   sets a value.
+3.3.0 (2007/03/15)
+==================
 
- -  zope.schema now works on Python2.5
+Corresponds to the version of the zope.schema package shipped as part of
+the Zope 3.3.0 release.
 
+3.2.1 (2006/03/26)
+==================
 
-Before 3.4
-==========
+Corresponds to the version of the zope.schema package shipped as part of
+the Zope 3.2.1 release.
 
-This package was part of the Zope 3 distribution and did not have its own
-CHANGES.txt. For earlier changes please refer to either our subversion log or
-the CHANGES.txt of earlier Zope 3 releases.
+Fixed missing import of 'VocabularyRegistryError'.  See
+http://www.zope.org/Collectors/Zope3-dev/544 .
+
+3.2.0 (2006/01/05)
+==================
+
+Corresponds to the version of the zope.schema package shipped as part of
+the Zope 3.2.0 release.
+
+Added "iterable" sources to replace vocabularies, which are now deprecated
+and scheduled for removal in Zope 3.3.
+
+3.1.0 (2005/10/03)
+==================
+
+Corresponds to the version of the zope.schema package shipped as part of
+the Zope 3.1.0 release.
+
+Allowed 'Choice' fields to take either a 'vocabulary' or a 'source'
+argument (sources are a simpler implementation).
+
+Added 'TimeDelta' and 'ASCIILine' field types.
+
+3.0.0 (2004/11/07)
+==================
+
+Corresponds to the version of the zope.schema package shipped as part of
+the Zope X3.0.0 release.

Modified: zope.schema/trunk/README.txt
===================================================================
--- zope.schema/trunk/README.txt	2007-09-28 11:40:47 UTC (rev 80304)
+++ zope.schema/trunk/README.txt	2007-09-28 11:42:10 UTC (rev 80305)
@@ -5,59 +5,10 @@
 Schemas extend the notion of interfaces to detailed descriptions of
 Attributes (but not methods).  Every schema is an interface and
 specifies the public fields of an object.  A *field* roughly
-corresponds to an attribute of a python object.  But a Field provides
+corresponds to an attribute of a Python object.  But a Field provides
 space for at least a title and a description.  It can also constrain
 its value and provide a validation method.  Besides you can optionally
 specify characteristics such as its value being read-only or not
 required.
 
 See 'src/zope/schema/README.txt' for more information.
-
-Releases
-********
-
-==================
-3.3.0 (2007/03/15)
-==================
-
-Corresponds to the version of the zope.schema package shipped as part of
-the Zope 3.3.0 release.
-
-==================
-3.2.1 (2006/03/26)
-==================
-
-Corresponds to the version of the zope.schema package shipped as part of
-the Zope 3.2.1 release.
-
-Fixed missing import of 'VocabularyRegistryError'.  See
-http://www.zope.org/Collectors/Zope3-dev/544 .
-
-==================
-3.2.0 (2006/01/05)
-==================
-
-Corresponds to the version of the zope.schema package shipped as part of
-the Zope 3.2.0 release.
-
-Added "iterable" sources to replace vocabularies, which are now deprecated
-and scheduled for removal in Zope 3.3.
-
-==================
-3.1.0 (2005/10/03)
-==================
-
-Corresponds to the version of the zope.schema package shipped as part of
-the Zope 3.1.0 release.
-
-Allowed 'Choice' fields to take either a 'vocabulary' or a 'source'
-argument (sources are a simpler implementation).
-
-Added 'TimeDelta' and 'ASCIILine' field types.
-
-==================
-3.0.0 (2004/11/07)
-==================
-
-Corresponds to the version of the zope.schema package shipped as part of
-the Zope X3.0.0 release.



More information about the Checkins mailing list