From: Michael D. <mik...@us...> - 2004-08-27 13:30:58
|
Update of /cvsroot/nhibernate/nhibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10857 Modified Files: releasenotes.txt Log Message: updated with latest change Index: releasenotes.txt =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/releasenotes.txt,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** releasenotes.txt 25 Aug 2004 04:16:38 -0000 1.9 --- releasenotes.txt 27 Aug 2004 13:30:47 -0000 1.10 *************** *** 15,18 **** --- 15,19 ---- - Added "access" attribute for NHibernate to get to fields and properties with no setters. See NHibernate.Property.PropertyAccessorFactory for all valid value types and how to plug in your own implementation of IPropertyAccessor. - Added Types to read BLOB/CLOB columns to a byte[]/string Property. + - TypeFactory was modified to allow the attribute "type" to be the Assembly Qualified Name, Full Name, NHibernate IType.Name, or Hibernate name to help with porting hibernate hbm.xml files and Net2Hbm that John is writing. PreAlpha Build 0.1.0.0 |