Since branch has moved to J6, we can more easily eliminate the dependency on Commons Digester (and BeanUtils) -- add a rewrite parser TODO to that effect.


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/scxml/branches/J5@648027 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/BRANCHINFO.txt b/BRANCHINFO.txt
index 6dc13f4..f743eca 100644
--- a/BRANCHINFO.txt
+++ b/BRANCHINFO.txt
@@ -51,4 +51,5 @@
  * Static imports - WONTFIX
 J6
  * Use javax.script for more pluggable ELs - Added env.javascript package
-
+ * Rewrite parser: switch to javax.xml.stream and eliminate dependency on
+   Commons Digester (and thereby, Commons BeanUtils as well)