You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/changes/changes.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ The <action> type attribute can be add,update,fix,remove.
44
44
<body>
45
45
<releaseversion="1.12"date="2019-02-04"description="Feature and fix release.">
46
46
<!-- The first attribute below should be the issue id; makes it easier to navigate in the IDE outline -->
47
-
<actionissue="CODEC-253"dev="chtompki"type="fix">Upgrade to Java 1.8 target</action>
47
+
<actionissue="CODEC-253"dev="chtompki"type="update">Upgrade to Java 1.8 target</action>
48
48
<actionissue="CODEC-252"dev="chtompki"type="fix">B64 salt generator: Random -> ThreadLocalRandom</action>
49
49
<actionissue="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>
50
50
<actionissue="CODEC-244"dev="ggregory"type="update">Update from Java 6 to Java 7</action>
0 commit comments