Skip to content

Commit 2e129da

Browse files
committed
Update releasenotes.txt.
1 parent cf6b7ce commit 2e129da

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

ReleaseProcedure.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ These are the tasks typically needed to create an official NHibernate release.
2222
And then change to P:\nhibernate-core before building. This will avoid
2323
displaying a long user-specific path in public symbol files.
2424

25-
* If no error or other issue requiring further changes occured, tag the
25+
* If no error or other issue requiring further changes occurred, tag the
2626
current git HEAD with a tag according to version number. Don't forget to
2727
push the tag to github.
2828

releasenotes.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ Build 3.4.0.CR1
1212
** Sub-task
1313
* [NH-3434] - Need to be sure NH-3428 is resolved in 3.Next.
1414

15-
1615
** Bug
16+
* [NH-1882] - Collection was not processed by flush when iterate through collection in PostUpdateEvent
1717
* [NH-2128] - Interceptor fires AfterTransactionCompletion too many times with distributed transactions and user-supplied connections
18+
* [NH-2290] - Invalid hql parenthesis expansion in generated sql
1819
* [NH-2921] - IsSpecialName of getter/setter method of proxy property returns false
1920
* [NH-2923] - Extra lazy indexed collection throws InvalidCastException fetching Count
2021
* [NH-2943] - Mapping XmlDocument (.NET) to XmlType (Oracle). Class XmlDocType not working.
@@ -27,13 +28,17 @@ Build 3.4.0.CR1
2728
* [NH-3277] - LINQ Projection of Int64 using ToString method causes "cast as char" instead of "cast as nvarchar" in MsSqlCe dialect
2829
* [NH-3280] - Mapping OneToOne doesn't work for inherited members
2930
* [NH-3315] - Distinct paging problem with alias SQL Server 2005
31+
* [NH-3316] - Mapping parent property on component in a set adds bogus property element
3032
* [NH-3405] - Cannot Use XDocument When Setting Wrap Resultsets
3133
* [NH-3496] - NHibernate SqlServer2012Dialect drop sequence bug
3234
* [NH-3505] - Stateless sessions fail to save relationships pointing to proxies when versioning is enabled
3335
* [NH-3572] - AfterTransactionCompletion called twice if a distributed transaction is rolled back
3436
* [NH-3592] - Failed to execute multi criteria with Ms Sql Ce 4.0
37+
* [NH-3611] - NHibernateUtil.GuessType(typeof(string)) returns ClassMetaType
3538
* [NH-3614] - Cannot create project an enumerable of non-mapped objects (List<string>)
3639
* [NH-3615] - Incorrect assumption that namespace always exists
40+
* [NH-3618] - ManyToOne does not allow to set "unique"="true", "unique-key" and "index" for multi-column properties
41+
* [NH-3641] - Missing Outer Join
3742

3843
** Improvement
3944
* [NH-2005] - hql concat function not registered in MsSqlCeDialect
@@ -55,6 +60,9 @@ Build 3.4.0.CR1
5560
* [NH-2996] - MySQL 5.5 + .NET Connector 6.2+ and GUIDs: Need to use CHAR(36)
5661
* [NH-3209] - DateTimeOffset properties have not been considered; only the properties of DateTime have been considered
5762

63+
** Task
64+
* [NH-3251] - Update to antlr 3.5.0.2
65+
5866

5967
Build 3.3.3.SP1
6068
=============================

0 commit comments

Comments
 (0)