[LANG-1799] Make private static variables final in RandomStringUtils
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9ff2aa5..b99e5e2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -69,6 +69,7 @@
<action type="fix" dev="ggregory" due-to="Michael Hausegger, Gary Gregory">Fix NumberUtilsTest#testMaxDouble() and testMaxFloat() #4959.</action>
<action issue="LANG-1797" type="fix" dev="ggregory" due-to="IcoreE">Fix Javadoc for IEEE754rUtils.max(float...) and IEEE754rUtils.max(double...).</action>
<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>
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 92 to 93 #1498.</action>