- No changes yet.
- Need to keep SourceTerms intact. Terms must be cleared out to an empty list when the value no longer exists in the vocabulary.
- With z3c.form >= 3.2.10 the self.terms is no longer compatible with SourceTerms. In some cases, it results in an error trying to iterate over the terms.
- Necessary changes to work with z3c.form >= 3.2.10. Items is now a property and the "nothing selected" term must be handled differently.
- Release for z3c.form <= 2.9.0
- Initial release.