Remove redundant length check in StringUtils.isBlank(CharSequence) #1516
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f743c41..82c6288 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -71,6 +71,7 @@
     <action issue="LANG-1798" type="fix" dev="ggregory" due-to="IcoreE, Gary Gregory">Fix StringUtilsSubstringTest.testCountMatches_char() to call the correct method.</action>
     <action issue="LANG-1799" type="fix" dev="ggregory" due-to="IcoreE, Gary Gregory">Make private static variables final in RandomStringUtils #1513.</action>
     <action                   type="fix" dev="ggregory" due-to="David Du, Gary Gregory">Speed up StringUtils.getDigits(String) #1515.</action>
+    <action                   type="fix" dev="ggregory" due-to="David Du, Gary Gregory">Remove redundant length check in StringUtils.isBlank(CharSequence) #1516.</action>
     <!-- ADD -->
     <!-- UPDATE -->
     <action                   type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 92 to 93 #1498.</action>