Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
  • Loading branch information
butonic committed Jun 15, 2021
1 parent bc66e39 commit 9f231fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions changelog/unreleased/change-references.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Change: Different type of references
Change: absolute and relative 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 `resource_id` property that can identify a node using a `storage_id` and an `opaque_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.
While this is a breaking change it allows passing both: absolute as well as relative references.

https://github.com/cs3org/reva/pull/1721

0 comments on commit 9f231fe

Please sign in to comment.