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
@@ -43,6 +43,7 @@ The <action> type attribute can be add,update,fix,remove.
43
43
<body>
44
44
45
45
<releaseversion="1.14"date="TBD"description="Feature and fix release.">
46
+
<actionissue="CODEC-259"dev="aherbert"type="add">Hex: Only use an available ByteBuffer backing array if the length equals the remaining byte count.</action>
46
47
<actionissue="CODEC-268"dev="aherbert"type="update">MurmurHash3: Deprecate hash64 methods and hash methods accepting a String that use the default encoding.</action>
47
48
<actionissue="CODEC-265"dev="aherbert"type="fix">BaseNCodec to expand buffer using overflow conscious code.</action>
48
49
<actionissue="CODEC-270"dev="aherbert"type="fix">Base32/64: Fixed decoding check that all the final trailing bits to discard are zero.</action>
0 commit comments