1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Hibernate Annotations Changelog
===============================
3.2.0.GA (9-03-2010)
--------------------
** New Feature
* [HCANN-5] - Decouple the reflection work from the metadata overriding facility
3.1.0.GA (20-08-2008)
----------------------
3.1.0.CR2 (23-07-2008)
----------------------
** Bug
* [HCANN-4] - NullPointerException in JavaXCollectionType
3.1.0.CR1 (27-05-2008)
----------------------
** New Feature
* [HCANN-1] - Move to slf4j
* [HCANN-2] - Add POM
* [HCANN-3] - Make build independent of Hibernate Core structure
3.0.0.GA (19-03-2007)
---------------------
Initial release as a standalone product (see Hibernate Annotations changelog for previous informations)
|