0.3.2 (24.09.2005)

   - SchemaEditor now overrides __setstate__ to do instance variable
     initialization, if necessary.

   - added special edit accessor for ReferenceFields

   - schema selector bug fix

0.3.1 (unreleased)

   - added support for sync'ing unmanaged and new fields from the source code,
     to bring cached ATSE schemas into sync w/ any changes in the source.
     NOTE: must run schema_editor._migrateObjPtype() for each schema editor
           to convert the _obj_ptype attribute from a list to an OOBTree

0.3.0 (unreleased)

   - added field, widget, and storage registry functionality

   - added support for atse_managed field attribute

   - schema editor now honors accessors and mutators explicitly defined
     in python schema, but only if the methods are actually defined on
     the object

0.23 (unreleased)

   - fixed handling of widget.help

0.22 (08.01.2005)

    - schemas can be exported as text

    - Schemas can now be managed through a tool (SchemaEditorTool.py) and not 
      only through a folder.

    - new client mixin class ToolManagedSchema

    - persistency fix in schema registration

0.21 (2.11.2004)

    - added support for validators

    - fixed some missing parameters in redirection URLs

0.2 (1.10.2004)

    - Added developer mode: Look @ config.py for information

    - Beautyfied view a little bit

    - Added a selection box where you can select registered objects
      
    - Added methods to register objects not only schematas

    - Moved updateSchema method to SchemaEditor.py

    - Fixed bug that caused the objects' id to be saved in unicode

    - Fixed tests

    - Added some field to control if widget is visible

    - added schema registration infrastructure (support for multiple schemas)

    - lots of API changes


0.1 (17.09.2004)

    - initial release (backport from PloneCollectorNG)

    - refactored
