From a056c4a0b577d4d275734912f41113d808b1ca7b Mon Sep 17 00:00:00 2001 From: Klaas Freitag Date: Mon, 7 Feb 2022 21:26:17 +0100 Subject: [PATCH] Add changelog. --- changelog/unreleased/consolidate-xattr.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/consolidate-xattr.md diff --git a/changelog/unreleased/consolidate-xattr.md b/changelog/unreleased/consolidate-xattr.md new file mode 100644 index 00000000000..845fe7c1353 --- /dev/null +++ b/changelog/unreleased/consolidate-xattr.md @@ -0,0 +1,7 @@ +Enhancement: Consolidate xattr setter and getter + +- Consolidate all metadata Get's and Set's to central functions. +- Cleaner code by reduction of casts +- Easier to hook functionality like indexing + +https://github.com/cs3org/reva/pull/2512