Skip to content

Commit 26f5554

Browse files
NH-4000 - added some highlights
1 parent e5dc48b commit 26f5554

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

releasenotes.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Build 5.0.0
22
=============================
33

4+
** Highlights
5+
* IO bound methods have gained an async counterpart. Not intended for parallelism, make sure to await each
6+
call before further interacting with a session and its queries.
7+
* Strongly type DML operation (insert/update/delete) are now available as Linq extensions on queryables.
8+
* Entities collections can be queried with .AsQueryable() Linq extension without being fully loaded.
9+
* Reference documentation has been curated and completed, notably with a Linq section.
10+
http://nhibernate.info/doc/nhibernate-reference/index.html
11+
412
** Known BREAKING CHANGES from NH4.1.1.GA to 5.0.0
513

614
NHibernate now targets .Net 4.6.1.

0 commit comments

Comments
 (0)