From: <fab...@us...> - 2009-03-14 19:14:08
|
Revision: 4132 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=4132&view=rev Author: fabiomaulo Date: 2009-03-14 19:14:07 +0000 (Sat, 14 Mar 2009) Log Message: ----------- Minor Modified Paths: -------------- trunk/nhibernate/releasenotes.txt Modified: trunk/nhibernate/releasenotes.txt =================================================================== --- trunk/nhibernate/releasenotes.txt 2009-03-14 15:18:55 UTC (rev 4131) +++ trunk/nhibernate/releasenotes.txt 2009-03-14 19:14:07 UTC (rev 4132) @@ -1,9 +1,10 @@ Build 2.1.0 ======================== -** BREAKING CHANGES from NH2.0.xGA to NH2.1.0 +** Know BREAKING CHANGES from NH2.0.xGA to NH2.1.0 ##### 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 + * If you want work using lazy loading with Spring.Aop now you must deploy NHibernate.ByteCode.Spring.dll * compatible only with .NET2.0 SP1 or above (System.DateTimeOffset) ##### Possible Breaking Changes for external frameworks ##### This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |