Skip to content

Commit ef1759c

Browse files
Document a missing breaking change for Merge
See nhibernate#2632
1 parent fe181b9 commit ef1759c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

releasenotes.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ Release notes - NHibernate - Version 5.3.6
2525

2626
* #2676 Release 5.3.6
2727

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+
2831
Build 5.3.5
2932
=============================
3033

@@ -148,7 +151,7 @@ Release notes - NHibernate - Version 5.3.0
148151
* `update` and `delete` statements will now take into account any enabled filter on the entities
149152
they update or delete, while previously they were ignoring them. (`insert` statements will also take
150153
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.
152155
* Bags will no more be loaded with "null" entities, they will be filtered out.
153156
* Setting the value of an uninitialized lazy property will no more trigger loading of all the lazy
154157
properties of the entity.

0 commit comments

Comments
 (0)