You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/changes/changes.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ The <action> type attribute can be add,update,fix,remove.
50
50
<actiontype="update"dev="ggregory"due-to="Gary Gregory">BaseNCodecInputStream subclasses are now type-safe to match its matching BaseNCodec.</action>
51
51
<actiontype="update"dev="ggregory"due-to="Gary Gregory">BaseNCodecOutputStream subclasses are now type-safe to match its matching BaseNCodec.</action>
52
52
<!-- ADD -->
53
-
<actiontype="add"dev="ggregory"due-to="Fredrik Kjellberg, Gary Gregory">Add org.apache.commons.codec.digest.CRC16.</action>
53
+
<actiontype="add"dev="ggregory"due-to="Fredrik Kjellberg, Gary Gregory">Add org.apache.commons.codec.digest.Crc16.</action>
54
54
<actiontype="add"dev="ggregory"due-to="Gary Gregory">Add builders to org.apache.commons.codec.digest streams and deprecate some old constructors.</action>
55
55
<actiontype="add"dev="ggregory"due-to="Gary Gregory">Add builder to Base16 streams and deprecate some old constructors.</action>
56
56
<actiontype="add"dev="ggregory"due-to="Gary Gregory">Add support for SHAKE128-256 and SHAKE256-512 to `DigestUtils` and `MessageDigestAlgorithms` on Java 25 and up.</action>
0 commit comments