Changelog
=========

1.2.1 ~ 2011-04-28
-------------------

- Release 1.2 of zopeskel.dexterity is not installable with python2.4
  due to a bug in the tarfile module.  Added setup.cfg that forces
  using the --formats=zip option when creating an sdist; this solves
  the problem on python2.4.
  [maurits]


1.2 ~ 2011-01-13
----------------

- dexterity_behavior_field localcommand now also adds the relevant
  setter/getter/deleter in the adapter.
  [kagesenshi]


1.1b2 ~ 2010-11-23
------------------

* Fixed indentation in the module generated by dexterity_behavior local
  command. It was using 3 spaces instead of 4 spaces.
  [esartor]

* Added import for the i18n message factory to the dexterity_behavior local
  command.
  [esartor]


1.1b1 ~ 2010-06-21
------------------

* Correcting date type fields to use schema.Date rather than schema.Datetime.
  Using Datetime caused an incorrect widget being used, leading to
  issues in KSS validation and not being able to save content.
  [davidjb]

* Updating collective.z3cform.datetimewidget widgets locations.  The old 
  locations are now deprecated.
  [davidjb]

* Wrapped Dexterity content title/description fields in MessageFactory call
  [davidjb]

* Added note about Paster and potentially missing eggs to readme
  [davidjb]

1.1a1
-----

* added ability to add fields to the content type and behavior schema
  [vangheem]

* moved to zopeskel.dexterity package from collective.dexteritypaste
  [vangheem]
  
1.0a1dev
--------

- Initial release
