diff --git a/WHATSNEW b/WHATSNEW
index abf634bd4..c760f2f4f 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -976,6 +976,10 @@ Other changes:
* can now
calculate relative paths.
+ * The selector supports a new handleDirSep attribute that
+ makes it ignore differences between / and \ separators.
+ Bugzilla Report 47858.
+
Changes from Ant 1.7.0 TO Ant 1.7.1
=============================================
diff --git a/docs/manual/CoreTypes/resources.html b/docs/manual/CoreTypes/resources.html
index a4417450d..789835f5d 100644
--- a/docs/manual/CoreTypes/resources.html
+++ b/docs/manual/CoreTypes/resources.html
@@ -545,6 +545,16 @@ platforms.
Whether name comparisons are case-sensitive
No, default true
+
+
handledirsep
+
+ If this is specified, the mapper will treat a \ character in a
+ resource name or name attribute as a / for the purposes of
+ matching. This attribute can be true or false, the default is
+ false.
+ Since Ant 1.8.0.
+