From: Michael D. <mik...@us...> - 2004-08-10 23:42:47
|
Update of /cvsroot/nhibernate/nhibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29434/nhibernate Modified Files: releasenotes.txt Log Message: Updated the Serializing a Session item. Index: releasenotes.txt =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/releasenotes.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** releasenotes.txt 10 Aug 2004 17:35:20 -0000 1.6 --- releasenotes.txt 10 Aug 2004 23:42:36 -0000 1.7 *************** *** 19,23 **** - Added ObjectType to TypeFactory and NHibernate. - Fixed problem with hql subselects referencing a class in main query. ! - Session is now Serializable. - Fixed bug with sending a one-to-many collection to be updated that involves inserting a new row. --- 19,23 ---- - Added ObjectType to TypeFactory and NHibernate. - Fixed problem with hql subselects referencing a class in main query. ! - Limited support for Serializing a Session. Sometimes a Refresh() is needed after Deserialization. - Fixed bug with sending a one-to-many collection to be updated that involves inserting a new row. |