diff --git a/WHATSNEW b/WHATSNEW
index 8e363ff4f..a92f7b95b 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -646,6 +646,10 @@ Other changes:
full filesystem.
Bugzilla Report 32676.
+ * has a new preserveduplicates attribute--historically
+ these were eliminated in the interest of behaving in the manner
+ of a "path."
+
Changes from Ant 1.7.0 TO Ant 1.7.1
=============================================
diff --git a/docs/manual/CoreTasks/pathconvert.html b/docs/manual/CoreTasks/pathconvert.html
index 097963c43..55d5c2c63 100644
--- a/docs/manual/CoreTasks/pathconvert.html
+++ b/docs/manual/CoreTasks/pathconvert.html
@@ -90,11 +90,17 @@ drive letters to Unix paths, and vice-versa.
No; if omitted, a nested
<path> element must be supplied. |
+
setonempty |
Should the property be set, even if the result
is the empty string?
| No; default is "true".
|
+
+ preserveduplicates |
+ Whether to preserve duplicate resources. Since Ant 1.8 |
+ No; default "false".
+ |
Parameters specified as nested elements
map