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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,7 @@ The <action> type attribute can be add,update,fix,remove.
48
48
<actionissue="CODEC-289"dev="aherbert"type="update">Base32/Base64 Input/OutputStream: Added strict decoding property to control handling of trailing bits. Default lenient mode discards them without error. Strict mode raise an exception.</action>
49
49
<actiondev="ggregory"type="update"due-to="Gary Gregory">Update tests from JUnit 4.12 to 4.13.</action>
50
50
<actionissue="CODEC-290"dev="aherbert"due-to="Adam Retter"type="add">Base16Codec and Base16Input/OutputStream</action>
51
+
<actionissue="CODEC-291"dev="aherbert"due-to="Adam Retter"type="add">Hex encode/decode with existing arrays</action>
51
52
</release>
52
53
53
54
<releaseversion="1.14"date="2019-12-30"description="Feature and fix release.">
0 commit comments