- In the skins vocabulary, give the 'Plone Default' skin the title '(Unstyled)' to reduce confusion, now that Sunburst is actually the default. [davisagli]
- 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]