File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ Release notes - NHibernate - Version 5.3.6
25
25
26
26
* #2676 Release 5.3.6
27
27
28
+ As part of releasing 5.3.6, one missing 5.3.0 possible breaking change has been added, about
29
+ Merge no more triggering immediate generation of identifier. See 5.3.0 possible breaking changes.
30
+
28
31
Build 5.3.5
29
32
=============================
30
33
@@ -148,7 +151,7 @@ Release notes - NHibernate - Version 5.3.0
148
151
* `update` and `delete` statements will now take into account any enabled filter on the entities
149
152
they update or delete, while previously they were ignoring them. (`insert` statements will also take
150
153
them into account, but previously they were failing instead of ignoring enabled filters.)
151
- * ISession.Persist will no more trigger immediate generation of identifier.
154
+ * ISession.Persist and ISession.Merge will no more trigger immediate generation of identifier.
152
155
* Bags will no more be loaded with "null" entities, they will be filtered out.
153
156
* Setting the value of an uninitialized lazy property will no more trigger loading of all the lazy
154
157
properties of the entity.
You can’t perform that action at this time.
0 commit comments