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-265"dev="aherbert"type="fix">BaseNCodec to expand buffer using overflow conscious code.</action>
46
47
<actionissue="CODEC-270"dev="aherbert"type="fix">Base32/64: Fixed decoding check that all the final trailing bits to discard are zero.</action>
47
48
<actionissue="CODEC-264"dev="aherbert"due-to="Claude Warren"type="add">Add MurmurHash3.hash128x64 methods to fix sign extension error during seeding in hash128 methods.</action>
48
49
<actionissue="CODEC-267"dev="aherbert"due-to="Claude Warren"type="add">Add MurmurHash3.hash32x86 methods and IncrementalHash32x86 to fix sign extension error in hash32 methods.</action>
0 commit comments