----------------
Breaking changes:
- Support for Archetypes content is only installed if you install `archetypes.multilingual.
For Archetypes support, there is a new ``archetypes`` ``extras_require``, which you can depend upon.
[davisagli]
New features:
- Replaced add_translations and remove_translations with combined modify_translations.
Modify translations page gives you an overview of existing translations and has actions
to connect, disconnect existing translations, as well as actions to create or delete a translation for you content item.
[agitator]
- Moved stylesheet from legacy bundle to logged-in bundle
[agitator]
Bug fixes:
- Made robot tests more robust, I hope.
Before using 'Wait until element is visible',
first call 'Wait until page contains element'.
The first one only works reliably when the element was already on the page initially.
If the element was created dynamically, you need to use the 'page contains' call first,
otherwise you sometimes get an error:
'Element not found in the cache - perhaps the page has changed since it was looked up.'
[maurits]