Skip to content

Commit f389b91

Browse files
committed
Added missing Base32 support to changes, added trailing dots for consistency.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1381304 13f79535-47bb-0310-9956-ffa450edef68
1 parent 914185b commit f389b91

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

src/changes/changes.xml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,22 +97,22 @@ The <action> type attribute can be add,update,fix,remove.
9797
intended for internal use.
9898
</action>
9999
<action issue="CODEC-138" dev="sebb" type="fix">
100-
Complete FilterInputStream interface for BaseNCodecInputStream
100+
Complete FilterInputStream interface for BaseNCodecInputStream.
101101
</action>
102102
<action issue="CODEC-136" dev="ggregory" type="fix">
103-
Use Charset objects when possible, create Charsets for required character encodings
103+
Use Charset objects when possible, create Charsets for required character encodings.
104104
</action>
105105
<action issue="CODEC-132" dev="ggregory" type="fix" due-to="rcmuir">
106-
BeiderMorseEncoder OOM issues
106+
BeiderMorseEncoder OOM issues.
107107
</action>
108108
<action issue="CODEC-131" dev="tn" type="fix" due-to="smolav">
109-
DoubleMetaphone javadoc contains dead links
109+
DoubleMetaphone javadoc contains dead links.
110110
</action>
111111
<action issue="CODEC-130" dev="ggregory" type="add" due-to="tn">
112-
Base64InputStream.skip skips underlying stream, not output
112+
Base64InputStream.skip skips underlying stream, not output.
113113
</action>
114114
<action issue="CODEC-63" dev="ggregory" type="add" due-to="bayard">
115-
Implement NYSIIS
115+
Implement NYSIIS phonetic encoder.
116116
</action>
117117
</release>
118118
<release version="1.6" date="20 November 2011" description="Feature and fix release.">
@@ -139,6 +139,9 @@ The <action> type attribute can be add,update,fix,remove.
139139
</action>
140140
</release>
141141
<release version="1.5" date="29 March 2011" description="Feature and fix release.">
142+
<action dev="sebb" type="add" issue="CODEC-88">
143+
Added new Base32 encoder.
144+
</action>
142145
<action dev="sebb" type="fix" issue="CODEC-89">
143146
new Base64().encode() appends a CRLF, and chunks results into 76 character lines.
144147
</action>

0 commit comments

Comments
 (0)