Skip to content

Commit 49de012

Browse files
committed
Prep for 1.12, update release notes
1 parent bc22636 commit 49de012

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

RELEASE-NOTES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ o ColognePhoneticTest.testIsEncodeEquals missing assertions Issue: CODEC-246. T
2020

2121
Changes:
2222
o Update from Java 6 to Java 7 Issue: CODEC-244.
23+
o Update from Java 7 to Java 8 Issue: CODEC-253.
2324

2425

2526
Have fun!

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The <action> type attribute can be add,update,fix,remove.
4444
<body>
4545
<release version="1.12" date="2019-02-04" description="Feature and fix release.">
4646
<!-- The first attribute below should be the issue id; makes it easier to navigate in the IDE outline -->
47-
<action issue="CODEC-253" dev="chtompki" type="update">Upgrade to Java 1.8 target</action>
47+
<action issue="CODEC-253" dev="chtompki" type="update">Update from Java 7 to Java 8</action>
4848
<action issue="CODEC-252" dev="chtompki" type="fix">B64 salt generator: Random -> ThreadLocalRandom</action>
4949
<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>
5050
<action issue="CODEC-244" dev="ggregory" type="update">Update from Java 6 to Java 7</action>

0 commit comments

Comments
 (0)