From: <one...@us...> - 2002-11-19 10:42:20
|
Update of /cvsroot/hibernate/Hibernate In directory sc8-pr-cvs1:/tmp/cvs-serv22505 Modified Files: changelog.txt Log Message: added polymorphism attribute to <class> element Index: changelog.txt =================================================================== RCS file: /cvsroot/hibernate/Hibernate/changelog.txt,v retrieving revision 1.265 retrieving revision 1.266 diff -C2 -d -r1.265 -r1.266 *** changelog.txt 14 Nov 2002 12:57:36 -0000 1.265 --- changelog.txt 19 Nov 2002 10:42:17 -0000 1.266 *************** *** 1,4 **** --- 1,10 ---- Hibernate Changelog =================== + Changes in version 1.2 beta 3 (xx.11.2002) + ------------------------------------------ + * fixed bug in UPDATE SQL generation for normalized mapping strategy (fix by Robson Miranda) + * support <composite-id> correctly in CodeGenerator (patch by Tom Cellucci) + * fixed an exception that occurred with short qualified tablenames + * added the polymorphism attribute to the <class> element Changes in version 1.2 beta 2 (15.11.2002) |