- Avoid the last use of ``SimpleVocabulary.fromItems``. This refs http://dev.plone.org/plone/ticket/6480. [hannosch]
- Removed funky Acquisition handling for vocabularies inside addforms. This closes http://dev.plone.org/plone/ticket/9408. [hannosch]
2.0a1
------------------
- Avoid dependencies on zope.app.pagetemplate and zope.app.schema. [hannosch]
- Added AvailableEditors vocabulary. [robgietema]
- Removed ChangeSet from the BAD_TYPES as this is not a portal type anymore. [maurits]
- Use the ITerms interface from the new zope.browser package. [hannosch]
- Specified package dependencies. [hannosch]
1.0.6
------------------
- Made the tests forward-compatible with Python 2.6. [hannosch]
- The QuerySearchableTextSourceView made terms with string titles. However zope.app.form.browser.source assumes it to be unicode, with the result that you get unicode errors if you have non-ascii characters. [regebro]
1.0.5
------------------
- Documentation updates. [hannosch]
1.0.4
------------------
- Added option to omit the current folder in a browse query, this is used for the UberSelectionWidget. [fschulze]