[cvs] expresso/expresso-web/expresso/doc ChangeLog.xml
JCorporate Ltd
jcorp at jcorp2.servlets.net
Thu Aug 12 13:09:24 PDT 2004
Update of /home/javacorp/.cvs/expresso/expresso/expresso-web/expresso/doc
In directory jcorp2.servlets.net:/tmp/cvs-serv3713/expresso-web/expresso/doc
Modified Files:
ChangeLog.xml
Log Message:
DataField.isChanged() works after update() and add()
Index: ChangeLog.xml
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/expresso/doc/ChangeLog.xml,v
retrieving revision 1.234
retrieving revision 1.235
diff -C2 -d -r1.234 -r1.235
*** ChangeLog.xml 4 Aug 2004 23:22:43 -0000 1.234
--- ChangeLog.xml 12 Aug 2004 20:09:22 -0000 1.235
***************
*** 6,9 ****
--- 6,13 ----
<version name="5.6" releaseDate="Not Yet Released">
<comment>Continued Updates</comment>
+ <new-feature title="DataField.isChanged() works after update() and add()">
+ <explanation>Add method so that DBObject.update() and DBObject.add() can indicate when to cache the current field value as the 'original' value for purposes of isChanged() comparison. Previously, isChanged() was working for DBObject.retrieve() only.</explanation>
+ <contributor>Larry Hamel</contributor>
+ </new-feature>
<new-feature title="AllowedHtmlPlusURLFilter">
<explanation>AllowedHtmlPlusURLFilter offers the recognition of a limited subset of HTML
More information about the cvs
mailing list