From: <one...@us...> - 2002-11-03 06:32:52
|
Update of /cvsroot/hibernate/Hibernate In directory usw-pr-cvs1:/tmp/cvs-serv18484 Modified Files: changelog.txt Log Message: changelog.txt Index: changelog.txt =================================================================== RCS file: /cvsroot/hibernate/Hibernate/changelog.txt,v retrieving revision 1.255 retrieving revision 1.256 diff -C2 -d -r1.255 -r1.256 *** changelog.txt 2 Nov 2002 14:32:11 -0000 1.255 --- changelog.txt 3 Nov 2002 06:32:49 -0000 1.256 *************** *** 7,10 **** --- 7,11 ---- * support for quoted SQL identifiers (patch by Jean-Francois Nadeau) * Hibernate.initialize() allows the user to force initialization of a proxy or persistent collection + * fix to minor bug in CodeGenerator by Max Andersen Changes in version 1.1.8 (30.10.2002) |