diff --git a/WHATSNEW b/WHATSNEW
index 058658723..d5a79ae95 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -203,6 +203,9 @@ Other changes:
and singleline attributes.
Bugzilla Report 49764.
+ * A new <mapper type>
attribute.
This mapper strips a configured number of leading directories from + the source file name.
+ +Examples: ++ ++<cutdirsmapper dirs="1"/> +
Source file name | +Target file names | +
foo/bar/A.txt |
+ bar/A.txt |
+
The cutdirsmapper has no
+corresponding <mapper type>
attribute.
Attribute | +Description | +Required | +
dirs | ++ Number of directories to strip (must be a positive number). + | +Yes | +