-------------------
New features:
- Configure edit urls for locking support, where locking support is enabled.
[thet]
- Add ``i18n:attribute`` properties to all action nodes for FTI types.
[thet]
- added few pypi links in 'Migration' section
[kkhan]
Bug fixes:
- Marked relative location criterion robot test as unstable.
This needs further investigation, but must not block Plone development.
See issue https://github.com/plone/plone.app.contenttypes/issues/362
[maurits]
- Remove ``path`` index injection in "plone.collection" behaviors ``results`` method.
It is a duplicate.
Exactly the same is done already in the ``plone.app.querybuilder.querybuilder._makequery``,
which is called by above ``results`` method.
[jensens]
- Select all migratable types in migration-form by default. Fixes 193.
[pbauer]
- Use zope.interface decorator.
[gforcada]
- Mark robot test ``plone.app.contenttypes.tests.test_robot.RobotTestCase.Scenario Test Absolute Location Criterion`` as unstable.
This needs further investigation, but must not block Plone development.
[jensens]
- corrected typos in the documentation
[kkhan]