📚 Fix 2.6.0 "Added" heading in CHANGELOG

This commit is contained in:
Oliver Booth 2021-01-14 18:34:24 +00:00
parent f7664ba8a8
commit dee28392e3
1 changed files with 1 additions and 1 deletions

View File

@ -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()`