RAT-171: Change contents of ReleaseNotes

* Emphasize that no contents is parsed or checked, but just that each non-comment line is added to the exclusions.



git-svn-id: https://svn.apache.org/repos/asf/creadur/rat/trunk@1674151 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 04bc74f..89e0218 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -22,8 +22,10 @@
                   (thanks to Christopher Tubbs)
 
    New features
-    * [RAT-171] - Maven plugin allows scanning of source code management ignore files. Their contents is added as exclusion/ignored during RAT runs.
-                  Supported source code management systems are: SVN, Git, Bazaar, Mercurial and CVS.
+    * [RAT-171] - Maven plugin allows scanning of source code management ignore files. Their contents is added as exclusion to be ignored during RAT runs.
+                  Supported source code management systems are: SVN, Git, Bazaar, Mercurial and CVS. 
+                  An ignore-file's contents is taken as it is without parsing or validating.
+
    Improvement
     * [RAT-196] - Minor refactoring in pom.xml.
                   (thanks to Karl Heinz Marbaise)