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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,8 @@ The <action> type attribute can be add,update,fix,remove.
55
55
<actionissue="CODEC-273"dev="ggregory"type="add"due-to="Gary Gregory">Add Path APIs to org.apache.commons.codec.digest.DigestUtils similar to File APIs.</action>
56
56
<actionissue="CODEC-274"dev="ggregory"type="add"due-to="Gary Gregory">Add SHA-512/224 and SHA-512/256 to DigestUtils for Java 9 and up.</action>
57
57
<actionissue="CODEC-275"dev="ggregory"type="add"due-to="Claude Warren">Add missing note in javadoc when sign extension error is present #34.</action>
58
-
<actionissue="CODEC-276"dev="ggregory"type="add"due-to="Gary Gregory">Reliance on default encoding in MurmurHash2 and MurmurHash3.</action>
58
+
<actionissue="CODEC-276"dev="ggregory"type="fix"due-to="Gary Gregory">Reliance on default encoding in MurmurHash2 and MurmurHash3.</action>
59
+
<actionissue="CODEC-277"dev="ggregory"type="update"due-to="Gary Gregory">Don't reload standard Charsets in org.apache.commons.codec.Charsets.</action>
59
60
</release>
60
61
61
62
<releaseversion="1.13"date="2019-07-20"description="Feature and fix release.">
0 commit comments