Skip to content

Commit 76f4f29

Browse files
authored
Update releasenotes.txt
Remove BOM
1 parent 9290cf1 commit 76f4f29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

releasenotes.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Build 5.1.2
1+
Build 5.1.2
22
=============================
33

44
Release notes - NHibernate - Version 5.1.2
@@ -343,8 +343,8 @@ Build 5.0.0
343343
query.default_cast_precision and query.default_cast_scale settings.
344344
* Future queries with data provider not actually supporting them (not supporting mutliple queries in a single
345345
SQL command) are no more immediately executed at the .Future call. They are executed only when directly
346-
enumerated or when their IFutureEnumerable.GetEnumerable method is called. (This aligns them with the behavior
347-
of FutureValue.)
346+
enumerated or when their IFutureEnumerable.GetEnumerable method is called. (This aligns them with the
347+
behavior of FutureValue.)
348348
* Dialects are now configurable. If you instantiate a dialect directly, make sure you call its Configure
349349
method, with as argument the properties of a NHibernate Configuration object. You may use instead
350350
Dialect.GetDialect methods, which configure the dialect before returning it.

0 commit comments

Comments
 (0)