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 60
60
effectively SP0).
61
61
-->
62
62
63
- <property name =" project.version" value =" 4.0.0.CR1 " overwrite =" false" />
63
+ <property name =" project.version" value =" 4.0.0.GA " overwrite =" false" />
64
64
65
65
<!-- This version number should be changed if, but only if, there are incompatible
66
66
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
2
2
=============================
3
3
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
5
5
6
6
NHibernate now targets .Net 4.0. Many uses of set types from Iesi.Collections have
7
7
now been changed to use corresponding types from the BCL. The API for these types
@@ -47,6 +47,22 @@ Build 4.0.0.CR1
47
47
to SQL and therefore the wrong value was returned. This use of unary minus is now
48
48
implemented in the mathematically correct way.
49
49
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
+
50
66
** Bug
51
67
* [NH-3455] - QueryOver + selecting a component + OrderBy = wrong OrderBy in SQL
52
68
* [NH-3581] - nhibernate.everything.sln doesn't compile
You can’t perform that action at this time.
0 commit comments