From: <fab...@us...> - 2009-02-04 04:46:31
|
Revision: 4033 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=4033&view=rev Author: fabiomaulo Date: 2009-02-04 04:46:26 +0000 (Wed, 04 Feb 2009) Log Message: ----------- compatible only with .NET2.0 SP1 Modified Paths: -------------- trunk/nhibernate/releasenotes.txt Modified: trunk/nhibernate/releasenotes.txt =================================================================== --- trunk/nhibernate/releasenotes.txt 2009-02-04 04:24:02 UTC (rev 4032) +++ trunk/nhibernate/releasenotes.txt 2009-02-04 04:46:26 UTC (rev 4033) @@ -4,6 +4,7 @@ ##### Run time ##### * If you want work using lazy loading with LinFu.DynamicProxy now you must deploy NHibernate.ByteCode.LinFu.dll * If you want work using lazy loading with Castle.DynamicProxy2 now you must deploy NHibernate.ByteCode.Castle.dll + * compatible only with .NET2.0 SP1 or above (System.DateTimeOffset) ##### Possible Breaking Changes for external frameworks ##### * ISession interface have additional methods This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |