File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,8 @@ Build 4.0.0.Alpha1
231
231
* [NH-3346] - Remove members obsolete in NH3 from NH4
232
232
* [NH-3347] - Remove obsolete dialects for NH4
233
233
234
- Build 3.4.0.CR1
234
+
235
+ Build 3.4.0.GA
235
236
=============================
236
237
** Known BREAKING CHANGES from NH3.3.0.GA to NH3.4.0.GA
237
238
@@ -242,6 +243,27 @@ Build 3.4.0.CR1
242
243
implemented in the mathematically correct way.
243
244
244
245
246
+ ** Sub-task
247
+ * [NH-3432] - Merge fix for bug NH-3058 into 3.Next
248
+
249
+ ** Bug
250
+ * [NH-2819] - DefaultDynamicLazyFieldInterceptor does not handle generic methods correctly
251
+ * [NH-2977] - MsSqlServer dialects reject custom SQL Server queries with limits
252
+ * [NH-3058] - Methods on entities with lazy properties do not trigger load of lazy properties
253
+ * [NH-3132] - Property with access="field.camelcase" not working when another property is lazy
254
+ * [NH-3244] - Proxying fails for methods with generic class as generic parameter constraints or generic parameter attributes
255
+ * [NH-3638] - Mapping-by-code is occasionally picking the wrong column name
256
+
257
+ ** Patch
258
+ * [NH-3529] - Add linqtohql.generatorsregistry to nhibernate-configuration.xsd
259
+
260
+ ** Task
261
+ * [NH-3412] - Need to reconcile changes to MsSql2005DialectQueryPager for NH-2977 between 3.3.3 and vNext
262
+
263
+
264
+ Build 3.4.0.CR1
265
+ =============================
266
+
245
267
** Sub-task
246
268
* [NH-3434] - Need to be sure NH-3428 is resolved in 3.Next.
247
269
You can’t perform that action at this time.
0 commit comments