File tree Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 66
66
effectively SP0).
67
67
-->
68
68
69
- <property name =" project.version" value =" 3.4.0.CR1 " overwrite =" false" />
69
+ <property name =" project.version" value =" 3.4.0.GA " overwrite =" false" />
70
70
71
71
<!-- This version number should be changed if, but only if, there are incompatible
72
72
changes compared to the previous version. -->
Original file line number Diff line number Diff line change 1
- Build 3.4.0.CR1
1
+ Build 3.4.0.GA
2
2
=============================
3
3
** Known BREAKING CHANGES from NH3.3.0.GA to NH3.4.0.GA
4
4
@@ -9,6 +9,27 @@ Build 3.4.0.CR1
9
9
implemented in the mathematically correct way.
10
10
11
11
12
+ ** Sub-task
13
+ * [NH-3432] - Merge fix for bug NH-3058 into 3.Next
14
+
15
+ ** Bug
16
+ * [NH-2819] - DefaultDynamicLazyFieldInterceptor does not handle generic methods correctly
17
+ * [NH-2977] - MsSqlServer dialects reject custom SQL Server queries with limits
18
+ * [NH-3058] - Methods on entities with lazy properties do not trigger load of lazy properties
19
+ * [NH-3132] - Property with access="field.camelcase" not working when another property is lazy
20
+ * [NH-3244] - Proxying fails for methods with generic class as generic parameter constraints or generic parameter attributes
21
+ * [NH-3638] - Mapping-by-code is occasionally picking the wrong column name
22
+
23
+ ** Patch
24
+ * [NH-3529] - Add linqtohql.generatorsregistry to nhibernate-configuration.xsd
25
+
26
+ ** Task
27
+ * [NH-3412] - Need to reconcile changes to MsSql2005DialectQueryPager for NH-2977 between 3.3.3 and vNext
28
+
29
+
30
+ Build 3.4.0.CR1
31
+ =============================
32
+
12
33
** Sub-task
13
34
* [NH-3434] - Need to be sure NH-3428 is resolved in 3.Next.
14
35
You can’t perform that action at this time.
0 commit comments