Skip to content

Commit f0f4391

Browse files
authored
Update releasenotes.txt
1 parent 76f4f29 commit f0f4391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

releasenotes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ Build 5.0.0
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
346346
enumerated or when their IFutureEnumerable.GetEnumerable method is called. (This aligns them with the
347-
behavior of FutureValue.)
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)