leosutic 2004/08/28 14:12:46
Modified: attributes/site/xdocs changelog.xml
Log:
Updated changelog. See it for a description of what is in this commit.
Revision Changes Path
1.6 +36 -3 jakarta-commons/attributes/site/xdocs/changelog.xml
Index: changelog.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/attributes/site/xdocs/changelog.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- changelog.xml 27 Aug 2004 21:30:11 -0000 1.5
+++ changelog.xml 28 Aug 2004 21:12:46 -0000 1.6
@@ -24,6 +24,39 @@
</properties>
<body>
+ <section name="2004-08-27">
+ <ul>
+ <li>
+ <p>
+ <a
href="api/org/apache/commons/attributes/CircularDependencyError.html">CircularDependencyError</a>
+ now expects a list of Class instances instead of a list of
any object type. The old behavior is still
+ supported and will remain so.
+ </p>
+ </li>
+ <li>
+ <p>
+ <a
href="api/org/apache/commons/attributes/CircularDependencyError.html">CircularDependencyError</a>
+ now shows the full circle of dependencies.
+ </p>
+ </li>
+ <li>
+ <p>
+ Added a <a
href="api/org/apache/commons/attributes/ParameterIndexOutOfBoundsException.html">ParameterIndexOutOfBoundsException</a>
to be thrown when
+ the client tries to retrieve attributes from a parameter of
a
+ constructor or method and the parameter index is out of
bounds.
+ </p>
+ </li>
+ <li>
+ <p>
+ Added a <a
href="api/org/apache/commons/attributes/SealedAttributeException.html">SealedAttributeException</a>
+ to be thrown when an attempt to
+ modify a sealed attribute is made. The exception is a
subclass
+ of the IllegalStateException that used to be thrown.
+ </p>
+ </li>
+ </ul>
+ </section>
+
<section name="2004-08-26">
<ul>
<li>
@@ -109,7 +142,7 @@
</li>
</ul>
</section>
-
+
<section name="2004-05-04">
<ul>
<li>
@@ -124,8 +157,8 @@
</li>
</ul>
</section>
-
-
+
+
<section name="2004-03-21">
<ul>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]