From: <one...@us...> - 2002-11-07 16:14:05
|
Update of /cvsroot/hibernate/Hibernate In directory usw-pr-cvs1:/tmp/cvs-serv26145 Modified Files: changelog.txt Log Message: updated changelog Index: changelog.txt =================================================================== RCS file: /cvsroot/hibernate/Hibernate/changelog.txt,v retrieving revision 1.259 retrieving revision 1.260 diff -C2 -d -r1.259 -r1.260 *** changelog.txt 5 Nov 2002 16:58:12 -0000 1.259 --- changelog.txt 7 Nov 2002 16:14:00 -0000 1.260 *************** *** 12,18 **** * finished work on normalized table mappings using <joined-subclass> declaration * deprecated hibernate-mapping.dtd in favor of hibernate-mapping-1.1.dtd ! * reworked unmapped class / interface query functionality, fixing several problems * removed deprecated methods * deprecated findIdentifiers() Changes in version 1.1.8 (30.10.2002) --- 12,20 ---- * finished work on normalized table mappings using <joined-subclass> declaration * deprecated hibernate-mapping.dtd in favor of hibernate-mapping-1.1.dtd ! * reworked unmapped class / interface / table-per-concrete-class query functionality, fixing several problems * removed deprecated methods * deprecated findIdentifiers() + * fixed some problems with embedded composite identifiers + * fixed a bug cascading deletes to one-to-one associations Changes in version 1.1.8 (30.10.2002) |