Kanzi 3.9.12 migration guide¶
Use this migration guide to update Kanzi applications from Kanzi 3.9.11 to Kanzi 3.9.12.
Changes to the DataObject
API¶
If a child already has a parent, when you add that child to a DataObject
with DataObject::addChild
and DataObject::insertChild
, Kanzi now throws an exception, instead of silently removing the previous parent.