File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,6 +24,19 @@ XML files via lxml. See #301.
2424The ` odmlconversion ` convenience console script has been added to convert multiple
2525previous odML version files to the latest odML version.
2626
27+ ## Changes in cloning behaviour
28+
29+ When cloning a ` Section ` or a ` Property ` by default the id of any object is changed
30+ to a new UUID. The cloning methods now feature a new ` keep_id ` attribute. If set to
31+ ` True ` , the cloned object and any cloned children retain their original id. This
32+ is meant to create exact copies of Section-Property trees in different documents.
33+
34+ ## Additional validation
35+
36+ When a document is saved, a new validation check makes sure, that a document
37+ contains only unique UUIDs this is required due to the introduction of creating
38+ clones with identical ids.
39+
2740
2841# Version 1.4.1
2942
You can’t perform that action at this time.
0 commit comments