From: Michael D. <mik...@us...> - 2005-03-29 05:43:23
|
Update of /cvsroot/nhibernate/nhibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15441 Modified Files: releasenotes.txt Log Message: Looking through all of Paul's changes to see what effect on public api they have. Index: releasenotes.txt =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/releasenotes.txt,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** releasenotes.txt 22 Feb 2005 02:47:19 -0000 1.27 --- releasenotes.txt 29 Mar 2005 05:43:00 -0000 1.28 *************** *** 1,2 **** --- 1,17 ---- + Build 0.8.0.0 + ======================== + - Added "namespace" and "assembly" attributes to hibernate-mapping element. + - Added lazy="true" as short hand for proxy="full type name" + - Added insert attribute to discriminator element. + - Added ability to set INamingStrategy on Configuration class. + - Added property-ref attribute on many-to-one and one-to-one elements. + - Added foreign-key attribute on many-to-one and one-to-one elements. + - Added check attribute to column element. + - Added sql-query element. + - Fixed one-to-one so that two queries are no longer issued when one side is null. + - Fixed bug with ISet.AddAll(ICollection) not being implemented. (Bill Hawes) + - Modified discriminator element to use "null" or "not null" as the value. + - Modified Dialect to use Hibernate 2.1 methods. + Build 0.7.0.0 ======================== |