From f22e2dc4e5b1bb2a404f8b574868938fb85ff4ee Mon Sep 17 00:00:00 2001 From: Corniel Date: Fri, 5 Apr 2019 22:28:06 +0200 Subject: [PATCH] ### New in 3.2.4 (Released 2019/04/05) * Introduction of Clock.NowWithOffset(TimezoneInfo) #45 * Fix LocalDateTime to always have DateTimeKind.Local and no loss of ticks * Clock.UtcNow() is guaranteed to have DateTimeKind.Utc --- ReleaseNotes.md | 7 ++++++- props/version.props | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 37a3b650f..aedf00072 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,4 +1,9 @@ -### New in 3.2.3 (Released 2019/04/03) +### New in 3.2.4 (Released 2019/04/05) +* Introduction of Clock.NowWithOffset(TimezoneInfo) #45 +* Fix LocalDateTime to always have DateTimeKind.Local and no loss of ticks +* Clock.UtcNow() is guaranteed to have DateTimeKind.Utc + +### New in 3.2.3 (Released 2019/04/03) * Introduced Clock (#44) ### New in 3.2.2 (Released 2018/10/22) diff --git a/props/version.props b/props/version.props index e072a79fd..9079a2840 100644 --- a/props/version.props +++ b/props/version.props @@ -1,7 +1,7 @@  - 3.2.3 + 3.2.4