updated status.xml - TemplateParser silently discards tag attributes if there are duplicates.
Encountering this case causes the TemplateParser to throw an exception.
PR: (TAPESTRY-431)


git-svn-id: https://svn.apache.org/repos/asf/jakarta/tapestry/branches/branch-3-0@244411 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/status.xml b/status.xml
index 2fffd7f..6dc2a78 100644
--- a/status.xml
+++ b/status.xml
@@ -124,6 +124,9 @@
     -->
   </todo>
   <changes>
+  	<release version="3.0.4" date="unreleased">
+      <action type="fix" dev="GL" fixes-bug="TAPESTRY-431"> Fixed TemplateParser throws an exception and stops parsing when duplicate attributes are found in a tag. </action>
+    </release>
     <release version="3.0.3" date="Mar 26 2005">
       <action type="fix" dev="PF" fixes-bug="TAPESTRY-278"> Fixes security flaw in asset service. </action>
       <action type="fix" dev="PF" fixes-bug="TAPESTRY-230"> JanitorThread now terminates explicitly when servlet is destroyed.  Interruption properly terminates thread during sweep operation. </action>