From dee28392e37e138cd3b28fa48316406b01b46c32 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Thu, 14 Jan 2021 18:34:24 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Fix=202.6.0=20"Added"=20heading?= =?UTF-8?q?=20in=20CHANGELOG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7d92d1..6430d36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog ## [2.6.0] - 2020-10-20 -# Added +### Added - Add `string.AsNullIfEmpty()` - Returns the current string, or `null` if the current string is null or empty. - Add `string.AsNullIfWhiteSpace()`