Lineage error (?)

I have an error that I think showed up after installing Lineage.
Adding new pages (or anything else with RichText field), or editing existing gives this error.
Any suggestions?

Traceback (innermost last):
Module ZPublisher.Publish, line 138, in publish
Module ZPublisher.mapply, line 77, in mapply
Module ZPublisher.Publish, line 48, in call_object
Module plone.z3cform.layout, line 63, in __call__
Module plone.z3cform.layout, line 47, in update
Module plone.dexterity.browser.add, line 130, in update
Module plone.z3cform.fieldsets.extensible, line 65, in update
Module plone.z3cform.patch, line 30, in GroupForm_update
Module z3c.form.group, line 145, in update
Module plone.app.z3cform.csrf, line 22, in execute
Module z3c.form.action, line 98, in execute
Module z3c.form.button, line 315, in __call__
Module z3c.form.button, line 170, in __call__
Module plone.dexterity.browser.add, line 105, in handleAdd
Module z3c.form.form, line 265, in createAndAdd
Module plone.dexterity.browser.add, line 80, in add
Module plone.dexterity.utils, line 182, in addContentToContainer
Module Products.BTreeFolder2.BTreeFolder2, line 461, in _setObject
Module zope.event, line 31, in notify
Module zope.component.event, line 24, in dispatch
Module zope.component._api, line 136, in subscribers
Module zope.component.registry, line 321, in subscribers
Module zope.interface.adapter, line 585, in subscribers
Module zope.component.event, line 32, in objectEventNotify
Module zope.component._api, line 136, in subscribers
Module zope.component.registry, line 321, in subscribers
Module zope.interface.adapter, line 585, in subscribers
Module plone.app.versioningbehavior.subscribers, line 62, in create_version_on_save
Module Products.CMFEditions.CopyModifyMergeRepositoryTool, line 303, in save
Module Products.CMFEditions.CopyModifyMergeRepositoryTool, line 448, in _recursiveSave
Module Products.CMFEditions.ArchivistTool, line 265, in prepare
Module Products.CMFEditions.ModifierRegistryTool, line 138, in getReferencedAttributes
Module Products.CMFEditions.ModifierRegistryTool, line 115, in _collectModifiers
Module ZODB.Connection, line 860, in setstate
Module ZODB.Connection, line 914, in _setstate
Module ZODB.serialize, line 612, in setGhostState
Module ZODB.serialize, line 605, in getState
Module ZODB.broken, line 106, in __new__
TypeError: ('object.__new__(CleanTileAnnotations) is not safe, use Persistence.Persistent.__new__()', <class 'plone.app.tiles.modifiers.CleanTileAnnotations'>, ())

You found a bug. The tile annotation storage versioning modifier is not inherited from Persistent. That's surprising, because I was sure I used some example as a base when implementing that. It should be fixed to inherit rom
Persistent and a new release being made. https://github.com/plone/plone.app.tiles/blob/master/plone/app/tiles/modifiers.py