From: Michael D. <mik...@us...> - 2004-09-22 04:50:03
|
Update of /cvsroot/nhibernate/nhibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21225 Modified Files: releasenotes.txt Log Message: updated release notes with latest bug fix Index: releasenotes.txt =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/releasenotes.txt,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** releasenotes.txt 20 Sep 2004 03:04:35 -0000 1.14 --- releasenotes.txt 22 Sep 2004 04:49:54 -0000 1.15 *************** *** 22,25 **** --- 22,27 ---- - Renamed PrimitiveType to ValueTypeType to be more .net style consistent and fixed them up so they inherit from the appropriate class. - Fixed bug with caching an ObjectType. + - Mucho code cleaned up for FxCop (Peter Smulovics). + - Fixed bug with <bag lazy="true">, doing an Add, and then a Flush() resulting in the entity in there twice. Alpha Build 0.2.0.0 |