rleland 2003/07/29 20:56:15
Modified: doc/userGuide release-notes.xml
Log:
Document removal of deprecated range() method.
Revision Changes Path
1.26 +8 -0 jakarta-struts/doc/userGuide/release-notes.xml
Index: release-notes.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/userGuide/release-notes.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- release-notes.xml 30 Jul 2003 03:39:21 -0000 1.25
+++ release-notes.xml 30 Jul 2003 03:56:15 -0000 1.26
@@ -379,6 +379,7 @@
<p>util</p>
<ul>
</ul>
+
<p><strong>Classes with members added in Struts 1.2</strong></p>
<p><a
href="http://jakarta.apache.org/struts/api/org/apache/struts/action/ActionServlet.html">action.A</a><a
href="http://jakarta.apache.org/struts/api/org/apache/struts/action/ActionServlet.html">ActionServlet</a></p>
<ul>
@@ -398,8 +399,15 @@
<ul>
<li><a
href="http://jakarta.apache.org/struts/api/org/apache/struts/xxx/xxxx.html">
xxx</a></li>
</ul>
+
<p><strong>Classes with members deprecated between Struts 1.1 and Struts
1.2</strong></p>
<p><a
href="http://jakarta.apache.org/struts/api/org/apache/struts/xxxx/xxxx.html">class.method</a></p>
+
+ <ul>
+ </ul>
+
+ <p><strong>Classes with members removed between Struts 1.1 and Struts
1.2</strong></p>
+ <p>validator-rules.xml, range() - use intRange() instead.</p>
<ul>
</ul>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]