Skip to content

Commit 9dd1961

Browse files
committed
[CODEC-112] for 1.5
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1064125 13f79535-47bb-0310-9956-ffa450edef68
1 parent 4cc8b66 commit 9dd1961

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/changes/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@
5353
<action dev="ggregory" type="add" issue="CODEC-111" due-to="ggregory">
5454
org.apache.commons.codec.net.URLCodec.ESCAPE_CHAR isn't final but should be.
5555
</action>
56+
<action dev="sebb" type="add" issue="CODEC-112" due-to="sebb">
57+
Base64.encodeBase64(byte[] binaryData, boolean isChunked, boolean urlSafe, int maxResultSize) throws IAE for valid maxResultSize if isChunked is false
58+
</action>
5659
</release>
5760
<release version="1.4" date="9 August 2009" description="Feature and fix release.">
5861
<action dev="ggregory" type="fix" issue="CODEC-80" due-to="Julius Davies">

0 commit comments

Comments
 (0)