Update of /cvsroot/nhibernate/NHibernateContrib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29646
Modified Files:
releasenotes.txt
Log Message:
updated release notes for contrib 0.7
Index: releasenotes.txt
===================================================================
RCS file: /cvsroot/nhibernate/NHibernateContrib/releasenotes.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** releasenotes.txt 5 Jan 2005 21:09:20 -0000 1.3
--- releasenotes.txt 26 Feb 2005 15:13:03 -0000 1.4
***************
*** 1,2 ****
--- 1,14 ----
+ Build 0.7.0.0
+ ========================
+ - Added NullableSByte (Sergey Koshcheyev).
+ - Added support for the access attribute on the prooerty and id tags in hbm2net (John Morris).
+ - Added the generator parameter attribute to support generator params on the id tag (John Morris).
+ - Added a collection one to many attribute (John Morris).
+ - Added a Cache Provider that uses Bamboo.Prevalence (Kevin Williams).
+ - Fixed Nullable NHibernate Types and conversion issues with Oracle (Donald Mull).
+ - Fixed problem in BantamTech.SysCache fails to resolve two entities of different types with the same primary key (Kevin Williams).
+ - Modified the Nullables.Value getter to throw an InvalidOperationException when there is no value (null) (Donald Mull).
+
+
Build 0.6.0.0
========================
|