diff --git a/changelog/unreleased/change-references.md b/changelog/unreleased/change-references.md new file mode 100644 index 00000000000..cbfdf0f0c41 --- /dev/null +++ b/changelog/unreleased/change-references.md @@ -0,0 +1,8 @@ +Change: Different type of references + +We unified the `Reference_Id` end `Reference_Path` types to a combined `Reference` that contains both: +- id based properties that can identify a node using a `storage_id` and `node_id` +- a `path` property that can be used to represent absolute paths as well as paths relative to the id based properties. +While this is a breaking change it allows more flexible passing of references. + +https://github.com/cs3org/reva/pull/1721 \ No newline at end of file