diff --git a/src/xdocs/releasenotes.xml b/src/xdocs/releasenotes.xml index c2653cf43..e4f2333f1 100755 --- a/src/xdocs/releasenotes.xml +++ b/src/xdocs/releasenotes.xml @@ -10,6 +10,31 @@
+ Major change to FileSetCheck architecture to move the + functionality of open/reporting of files into Checker. The + advantages are: +
++ The motivation for this change is to convert checks that are + language neutral in nature, to be based on FileSetCheck. This + allows the checks to be used for other languages apart from + Java. As a practical example, it is possible to ensure that JSP + and XML files do not contain tabs. +
New Features:
Notes: