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
@@ -52,8 +52,8 @@ The <action> type attribute can be add,update,fix,remove.
52
52
<actiontype="fix"issue="CODEC-341"dev="ggregory"due-to="Ruiqi Dong, Gary Gregory">Base16.Builder.setEncodeTable(byte...) can create a codec that cannot decode its own output.</action>
53
53
<actiontype="fix"issue="CODEC-339"dev="ggregory"due-to="Ruiqi Dong, Gary Gregory">URLCodec.encodeUrl(BitSet, byte[]) allows custom safe sets to emit URL encoding control characters.</action>
54
54
<actiontype="fix"issue="CODEC-338"dev="ggregory"due-to="Ruiqi Dong, Gary Gregory">PercentCodec loses literal '+' when plusForSpace is enabled.</action>
55
+
<actiontype="fix"issue="CODEC-337"dev="pkarwasz"due-to="Ruiqi Dong, Gary Gregory">Digest ALL reuses System.in, so only the first algorithm sees the real input (#431).</action>
55
56
<!-- ADD -->
56
-
<actiontype="add"issue="CODEC-337"dev="pkarwasz"due-to="Ruiqi Dong, Gary Gregory">Digest ALL reuses System.in, so only the first algorithm sees the real input (#431).</action>
57
57
<!-- UPDATE -->
58
58
<actiontype="update"dev="ggregory"due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 98 to 102.</action>
59
59
<actiontype="update"dev="ggregory"due-to="Gary Gregory">Bump commons-io:commons-io from 2.21.0 to 2.22.0.</action>
0 commit comments