|
From: <aye...@us...> - 2009-05-22 23:31:30
|
Revision: 4364
http://nhibernate.svn.sourceforge.net/nhibernate/?rev=4364&view=rev
Author: ayenderahien
Date: 2009-05-22 23:31:22 +0000 (Fri, 22 May 2009)
Log Message:
-----------
Adding ICriteria.SetProjection potential breaking change to release notes
Modified Paths:
--------------
trunk/nhibernate/releasenotes.txt
Modified: trunk/nhibernate/releasenotes.txt
===================================================================
--- trunk/nhibernate/releasenotes.txt 2009-05-22 22:51:28 UTC (rev 4363)
+++ trunk/nhibernate/releasenotes.txt 2009-05-22 23:31:22 UTC (rev 4364)
@@ -1,6 +1,6 @@
Build 2.1.0
========================
-** Know BREAKING CHANGES from NH2.0.xGA to NH2.1.0
+** Known 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
@@ -13,6 +13,8 @@
##### Possible Breaking Changes #####
* ISession interface has additional methods
+ * ICriteria.SetProjection now takes a params array of projections, instead of a single projection
+ Only a breaking change if you are implementing ICriteria, there is full source code compatability
* IStatelessSession interface has additional methods
* DefaultProxyFactoryFactory removed
* IProxyFactoryFactory now provide the IProxyValidator implementation
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|