Skip to content

Commit 72c8e35

Browse files
committed
[CODEC-333] Add distinct Base64 decoding for standard and URL-safe
1 parent e620a5e commit 72c8e35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/changes/changes.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,13 @@ The <action> type attribute can be add,update,fix,remove.
4343
<author>Apache Commons Developers</author>
4444
</properties>
4545
<body>
46-
<release version="1.20.1" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
46+
<release version="1.21.0" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
4747
<!-- FIX -->
4848
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix oak leaf icon references in overview.html when running `mvn clean javadoc:javadoc`.</action>
4949
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix Apache RAT plugin console warnings.</action>
5050
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix malformed Javadoc comments.</action>
5151
<!-- ADD -->
52+
<action type="fix" dev="ggregory" due-to="Aleksandr Beliakov, Gary Gregory" issue="CODEC-333">Add distinct Base64 decoding for standard and URL-safe.</action>
5253
<!-- UPDATE -->
5354
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 91 to 93 #415, #418.</action>
5455
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-io:commons-io from 2.20.0 to 2.21.0.</action>

0 commit comments

Comments
 (0)