Changelog
=========

1.0 - 2011-01-06
----------------

  - New saved data adapter derives from large (BTree) folder instead
    of regular ones to handle better large numbers of contained items.
    Upgrade step migrates from obsolete normal/slow folder storage to
    the new BTree storage.
    [nguyen]

  - fixed issue where it couldn't render the title viewlet if a
    lines field was used for the title field. Convert all value
    fields to string for the title.
    [vangheem]
    

0.8 (2010-10-30)
----------------

  - add support for pfg datagridfield
    [vangheem]
  

0.7 (2010-08-04)
----------------

 - added accessor method getValue for entry type.
 
 - index object properly after values are set
 
 - allow you to specify which field to use for the title
 

0.6 (2010-07-31)
----------------

 - added autoinclude entry point

 - only use _finishConstruction method if it's available since in newer 
   versions of CMFCore, it's not there.
   

0.5
---

 - use id for Title
 
 - allow avoiding security checks when creating content.
 
 - conditionally include certain fields for backwards compatibility

 - make backward compatible to at least PloneFormGen 1.2.2 -- maybe older.
 
 - added tests
 
 - added permissions for adding content
 
 - More fixes for the rating scale field. Should work as expected now.
 

0.4
---

 - fixed widgets not working correctly.

 - memoize the call to get the fields just in case it gets slow
 

0.3 (2010-07-27)
----------------

 - fix the way I checked for FileFields so that anything that subclasses a
   FileField won't try to get it's form value differently anymore.

0.2 (2010-07-27)
----------------

 - fix egg distro not including docs folder so the product wouldn't install
 
 - fixed file fields not saving

0.1 (2010-07-27)
------------------

 - initial release
