Skip to content

Commit 75d7380

Browse files
authored
Fix grammar
1 parent 6b2b1a0 commit 75d7380

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

releasenotes.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
Prior to upgrading, fix any obsolete warning according to its message. See NH-4075 and NH-3684 for a list.
2121

2222
##### Possible Breaking Changes #####
23-
* All members exposing some System.Data types have been changed for corresponding System.Data.Common
23+
* All members exposing some System.Data types have been changed for the corresponding System.Data.Common
2424
types. (IDbCommand => DbCommand, ...)
2525
* The Date NHibernate type will no more replace by null values below its base value (which was year 1753).
2626
Its base value is now DateTime.MinValue. Its configuration parameter is obsolete.
2727
* NHibernate type DateTimeType, which is the default for a .Net DateTime, does no longer cut fractional
2828
seconds. Use DateTimeNoMsType if you wish to have fractional seconds cut. It applies to its Local/Utc
2929
counterparts too.
30-
* LocalDateTimeType and UtcDateTimeType do no more accept being set with value having a non-matching kind,
30+
* LocalDateTimeType and UtcDateTimeType do no more accept being set with a value having a non-matching kind,
3131
they throw instead.
3232
* DbTimestamp will now round the retrieved value according to Dialect.TimestampResolutionInTicks.
3333
* When an object typed property is mapped to a NHibernate timestamp, setting an invalid object in the
@@ -38,7 +38,7 @@
3838
transaction.use_connection_on_system_events setting.
3939
** After transaction events no more allow using the connection when they are raised from a scope
4040
completion.
41-
** Connection enlistment in ambient transaction is now enforced by NHibernate by default.
41+
** Connection enlistment in an ambient transaction is now enforced by NHibernate by default.
4242
** The connection releasing is no more directly triggered by a scope completion, but by later
4343
interactions with the session.
4444
* AdoNetWithDistributedTransactionFactory has been renamed AdoNetWithSystemTransactionFactory.
@@ -53,7 +53,7 @@
5353
extension methods.
5454
* Linq provider now use Remotion.Linq v2, which may break Linq provider extensions, mainly due to names
5555
changes. See https://github.com/nhibernate/nhibernate-core/pull/568 changes to test files for examples.
56-
* NHibernate Linq internals have undergone some minor changes which may breaks custom Linq providers due
56+
* NHibernate Linq internals have undergone some minor changes which may break custom Linq providers due
5757
to method signature changes and additional methods to implement.
5858
* IMapping interface has an additional Dialect member. ISessionFactoryImplementor has lost it, since it
5959
gains it back through IMapping.
@@ -75,7 +75,7 @@
7575
* Sessions concrete classes constructors have been changed. (It is not expected for them to be used
7676
directly.)
7777
* Obsolete setting interceptors.beforetransactioncompletion_ignore_exceptions is dropped.
78-
* SQL Server 2008+ dialects now use datetime2 instead of datetime for all date time types, including
78+
* SQL Server 2008+ dialects now use datetime2 instead of datetime for all date-time types, including
7979
timestamp. This can be reverted with sql_types.keep_datetime setting.
8080
* SQL Server 2008+ timestamp resolution is now 100ns in accordance with datetime2 capabilities, down from
8181
10ms previously. This can be reverted with sql_types.keep_datetime setting.
@@ -87,7 +87,7 @@
8787
control DbCommand parameters typing accordingly. See NH-4062.
8888
* SqlServerCe: the id generator "native" will now resolve as table-hilo instead of identity.
8989
* Firebird: timestamp resolution is now 1ms.
90-
* PostgreSQL: if Npgsql v3 or later is used, time DbParameters will be fetch with TimeSpan instead of
90+
* PostgreSQL: if Npgsql v3 or later is used, time DbParameters will be fetched as TimeSpan instead of
9191
DateTime.
9292
* ODBC: String parameter length will no more be specified by the OdbcDriver.
9393

0 commit comments

Comments
 (0)