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
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,11 @@ The <action> type attribute can be add,update,fix,remove.
42
42
<author>Apache Commons Developers</author>
43
43
</properties>
44
44
<body>
45
-
<releaseversion="1.12"date="2019-MM-DD"description="Feature and fix release.">
45
+
46
+
<releaseversion="1.12"date="2019-02-04"description="Feature and fix release.">
46
47
<!-- The first attribute below should be the issue id; makes it easier to navigate in the IDE outline -->
48
+
<actionissue="CODEC-253"dev="chtompki"type="update">Update from Java 7 to Java 8</action>
49
+
<actionissue="CODEC-252"dev="chtompki"type="fix">B64 salt generator: Random -> ThreadLocalRandom</action>
47
50
<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>
48
51
<actionissue="CODEC-244"dev="ggregory"type="update">Update from Java 6 to Java 7</action>
49
52
<actionissue="CODEC-240"dev="ggregory"type="add"due-to="Ioannis Sermetziadis">Add Percent-Encoding Codec (described in RFC3986 and RFC7578)</action>
0 commit comments