From f18b529877095bedfd9e2e40ce6c47191fa9ba45 Mon Sep 17 00:00:00 2001 From: Thomas PIERRAIN Date: Sun, 3 Nov 2013 11:37:08 +0100 Subject: [PATCH] Updates the release note. --- ReleaseNoteContentToBeInsertedWithinNuspecFile.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ReleaseNoteContentToBeInsertedWithinNuspecFile.txt b/ReleaseNoteContentToBeInsertedWithinNuspecFile.txt index b33e04d9..faa0dce6 100644 --- a/ReleaseNoteContentToBeInsertedWithinNuspecFile.txt +++ b/ReleaseNoteContentToBeInsertedWithinNuspecFile.txt @@ -1,10 +1,10 @@ New feature(s): -* +* Adds IsNull() and IsNotNull() checks. -------------- Change(s): -* +* Now, Check.That(4L).IsEqualTo(4) passes instead of throwing that types are differents. -------------- Bug Fixe(s): -* +