Skip to content

Commit 9bdd4a4

Browse files
committed
CODEC-96 document API breakage
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1309095 13f79535-47bb-0310-9956-ffa450edef68
1 parent 5536cf6 commit 9bdd4a4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/changes/changes.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ The <action> type attribute can be add,update,fix,remove.
5252
-->
5353
<release version="1.7" date="TBD" description="Feature and fix release.">
5454
<action dev="ggregory" type="fix" issue="CODEC-96" due-to="sebb">
55-
Base64 encode() method is no longer thread-safe, breaking clients using it as a shared BinaryEncoder
55+
Base64 encode() method is no longer thread-safe, breaking clients using it as a shared BinaryEncoder.
56+
Note: the fix breaks binary compatibility, however the changes are to a class (BaseNCodec) which is
57+
intended for internal use.
5658
</action>
5759
<action dev="sebb" type="fix" issue="CODEC-138">
5860
Complete FilterInputStream interface for BaseNCodecInputStream

0 commit comments

Comments
 (0)