Update of /cvsroot/nhibernate/nhibernate
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31876
Modified Files:
releasenotes.txt
Log Message:
forgot to commit these changes a while ago.
Index: releasenotes.txt
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/releasenotes.txt,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** releasenotes.txt 3 Jan 2005 03:48:42 -0000 1.24
--- releasenotes.txt 23 Jan 2005 04:50:11 -0000 1.25
***************
*** 1,2 ****
--- 1,12 ----
+ Build 0.7.0.0
+ ========================
+ - Renamed class NHibernate.NHibernate to NHibernate.NHibernateUtil. This will break alot of code if you were using ISession.Find with parameters - migrate to IQuery instead.
+ - Fixed bug with DateTime type where any value less than 1/1/1753 was written to the database as null. If you were relying on this then the Nullables library in NHibernateContrib is the way to code null values for DateTime properties.
+ - Added IDisposable to EnumerableImpl.
+ - Added default value of hibernate.connection.driver_class to Dialects.
+ - Fixed messages in exceptions from GetGetter and GetSetter in BasicPropertyAccessor and NoSetterAccessor.
+ - Improved messages in Exceptions thrown by ISetter.
+ - Improved messages in Exceptions for Persisters with problems parsing discriminator values.
+
Build 0.6.0.0
========================
|