File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed
Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 6060 effectively SP0).
6161 -->
6262
63- <property name =" project.version" value =" 4.0.0.CR1 " overwrite =" false" />
63+ <property name =" project.version" value =" 4.0.0.GA " overwrite =" false" />
6464
6565 <!-- This version number should be changed if, but only if, there are incompatible
6666 changes compared to the previous version. -->
Original file line number Diff line number Diff line change 1- Build 4.0.0.CR1
1+ Build 4.0.0.GA
22=============================
33
4- ** Known BREAKING CHANGES from NH3.3.3.GA to 4.0.0.CR1
4+ ** Known BREAKING CHANGES from NH3.3.3.GA to 4.0.0.GA
55
66 NHibernate now targets .Net 4.0. Many uses of set types from Iesi.Collections have
77 now been changed to use corresponding types from the BCL. The API for these types
@@ -47,6 +47,22 @@ Build 4.0.0.CR1
4747 to SQL and therefore the wrong value was returned. This use of unary minus is now
4848 implemented in the mathematically correct way.
4949
50+
51+ ** Bug
52+ * [NH-3638] - Mapping-by-code is occasionally picking the wrong column name
53+ * [NH-3654] - Internal access of PersistentGenericBag removed
54+
55+ ** Improvement
56+ * [NH-3415] - Add Overload to IGeneratorMapper.Params That Receives a Dictionary
57+ * [NH-3657] - Map By Code - One to One Missing Class Action
58+
59+ ** Patch
60+ * [NH-3529] - Add linqtohql.generatorsregistry to nhibernate-configuration.xsd
61+
62+
63+ Build 4.0.0.CR1
64+ =============================
65+
5066** Bug
5167 * [NH-3455] - QueryOver + selecting a component + OrderBy = wrong OrderBy in SQL
5268 * [NH-3581] - nhibernate.everything.sln doesn't compile
You can’t perform that action at this time.
0 commit comments