- Give more context to the 'schema cannot be resolved' warning. [gotcha]
2.5.2
------------------
Bug fixes:
- Fix problem with new zope.interface not accepting None as value. [jensens]
2.5.1
------------------
Bug fixes:
- Make sure that all fields are initialized to their default value when items are added via the add form. This is important in the case of fields with a defaultFactory that can change with time (such as defaulting to the current date). [davisagli]