Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add minimum java version in changes.xml #186

Merged
merged 2 commits into from
Jun 27, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The <action> type attribute can be add,update,fix,remove.
<!-- FIX -->
<!-- UPDATE -->
</release>
<release version="1.16.0" date="2023-06-17" description="Feature and fix release.">
<release version="1.16.0" date="2023-06-17" description="Feature and fix release. Requires a minimum of Java 1.8.">
<!-- FIX -->
<action issue="CODEC-295" dev="ggregory" type="fix" due-to="Arturo Bernal">Minor improvements #67.</action>
<action dev="aherbert" type="fix" due-to="James Gan">Remove duplicated words from Javadocs.</action>
Expand Down Expand Up @@ -123,7 +123,7 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="CODEC-236" dev="ggregory" due-to=" Tomas Shestakov, Gary Gregory" type="update">Broken direct java.nio.ByteBuffer support in org.apache.commons.codec.binary.Hex.</action>
</release>

<release version="1.12" date="2019-02-04" description="Feature and fix release.">
<release version="1.12" date="2019-02-04" description="Feature and fix release. Requires a minimum of Java 1.7.">
<!-- The first attribute below should be the issue id; makes it easier to navigate in the IDE outline -->
<action issue="CODEC-252" dev="chtompki" type="fix">B64 salt generator: Random -> ThreadLocalRandom</action>
<action issue="CODEC-250" dev="sebb" type="fix" due-to="Alex Volodko">Wrong value calculated by Cologne Phonetic if a special character is placed between equal letters</action>
Expand Down