From 96a9af7a83ee697eb1f62a915f8da80a8eaca197 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Delaporte?= <12201973+fredericdelaporte@users.noreply.github.com> Date: Sun, 4 Apr 2021 16:19:48 +0200 Subject: [PATCH] Release 5.3.8 --- build-common/NHibernate.props | 2 +- releasenotes.txt | 21 ++++++++++++++++++++- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/build-common/NHibernate.props b/build-common/NHibernate.props index 647c2e52d16..f7c33945fdb 100644 --- a/build-common/NHibernate.props +++ b/build-common/NHibernate.props @@ -5,7 +5,7 @@ 5.3 8 - dev + $(NhVersion).$(VersionPatch) $(VersionSuffix).$(BuildNumber) diff --git a/releasenotes.txt b/releasenotes.txt index 76c715c7447..42970569abb 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -1,4 +1,23 @@ -Build 5.3.7 +Build 5.3.8 +============================= + +Release notes - NHibernate - Version 5.3.8 + +6 issues were resolved in this release. + +** Bug + + * #2710 Filtered Entity Dml Update Throws Collection was modified + * #2708 MappedAs throws when called on a Convert UnaryExpression + * #2707 Don't currently support idents of type X + * #2673 Exception when using BinaryFormatter to deserialize entities with initialized proxies in associations + * #1264 NH-3005 - NHibernate.Hql.Ast.HqlIdent..ctor throws Don't currently support idents of type Date + +** Task + + * #2721 Release 5.3.8 + +Build 5.3.7 ============================= Release notes - NHibernate - Version 5.3.7