From: <iro...@us...> - 2010-04-25 07:09:05
|
Revision: 228 http://pojomatic.svn.sourceforge.net/pojomatic/?rev=228&view=rev Author: iroberts Date: 2010-04-25 07:08:59 +0000 (Sun, 25 Apr 2010) Log Message: ----------- prepare for release Modified Paths: -------------- trunk/pojomatic-all/pojomatic/src/site/xdoc/changes.xml trunk/pojomatic-all/pojomatic-test-utils/src/site/xdoc/changes.xml Modified: trunk/pojomatic-all/pojomatic/src/site/xdoc/changes.xml =================================================================== --- trunk/pojomatic-all/pojomatic/src/site/xdoc/changes.xml 2010-04-25 06:17:40 UTC (rev 227) +++ trunk/pojomatic-all/pojomatic/src/site/xdoc/changes.xml 2010-04-25 07:08:59 UTC (rev 228) @@ -7,6 +7,18 @@ </properties> <body> <section name="Changes in Pojomatic"> + <subsection name="Release 1.0 (2010-04-25)"> + <ul> + <li> + Simplification of the Differences API. As part of this simplification, + <code><a href="apidocs/org/pojomatic/Pojomatic.html#diff%28T,%20S%29">Pojomatic.diff</a></code> + now requires that both arguments be non-null. + </li> + <li> + Add new method, <a href="apidocs/org/pojomatic/Pojomatic.html#areCompatibleForEquals(java.lang.Class,%20java.lang.Class)">Pojomatic.areCompatibleForEquals</a>. + </li> + </ul> + </subsection> <subsection name="Release 1.0-RC3 (2009-12-06)"> <ul> <li> Modified: trunk/pojomatic-all/pojomatic-test-utils/src/site/xdoc/changes.xml =================================================================== --- trunk/pojomatic-all/pojomatic-test-utils/src/site/xdoc/changes.xml 2010-04-25 06:17:40 UTC (rev 227) +++ trunk/pojomatic-all/pojomatic-test-utils/src/site/xdoc/changes.xml 2010-04-25 07:08:59 UTC (rev 228) @@ -7,13 +7,20 @@ </properties> <body> <section name="Changes in Pojomatic Test Utils"> - <subsection name="Version 1.0, released 2010-04-16"> + <subsection name="Version 1.0, released 2010-04-25"> <ul> <li> + Updates to handle changes to Pojomatic's differences API. + </li> + </ul> + </subsection> + <subsection name="Version 1.0-RC3, released 2009-12-07"> + <ul> + <li> Initial Release. </li> </ul> </subsection> </section> </body> -</document> \ No newline at end of file +</document> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |