- Removed bad format parameter on ObjectModifiedEvent: must be an Attributes instance. See zope.lifecycleevent.ObjectModifiedEvent class. Removed because we can't get the interface and the correct fieldname. [sgeulette]
0.9.15
-------------------
Fixes:
- Do not require argparse, decorator, and simplejson in Python 2.7, only lower. [maurits]
- Replace import of ``zope.testing.testrunner`` with ``zope.testrunner``. [thet]
0.9.14
-------------------
- With lazy sandbox-server shutdown, let test layers to declare themselves dirty and force sandbox rebuild when required [datakurre]
- Fix PloneRobotFixture to know its deployment state and declare itself dirty when required for lazy sandbox-server shutdown support [datakurre]
0.9.13
-------------------
- Add support for lazy sandbox-server (Zope2Server) shutdown with ``pybot --listener plone.app.framework.server.LazyStop`` or with Sphinx extension ``plone.app.robotframeworks.server`` to allow sequential Sphinx documents to share the same server for screenshots generation [datakurre]
0.9.12
-------------------
- Fix CSRF errors on content creation keywords [vangheem]
0.9.11
-------------------
- Fix issue where 'use_email_as_login' was not found in registry [datakurre] - Fix selenium2library link in documentation [gotcha] - Inline sample robot code for mentioned example into docs [pjoshi]