We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 672e602 commit 7699b55Copy full SHA for 7699b55
1 file changed
src/changes/release-notes.vm
@@ -38,6 +38,7 @@ Apache Commons IO Version ${version}
38
## Hack to improve layout: replace all pairs of spaces with a single new-line
39
$release.description.replaceAll(" ", "
40
")
41
+
42
##
43
#if ($release.getActions().size() == 0)
44
No changes defined in this version.
@@ -142,6 +143,11 @@ o#if($!issue != "") $issue: #else$indent#end ${action} #if($!dueto != "")Thanks
142
143
## End of main loop
144
#end
145
146
+Compatibility with 2.3:
147
+Binary compatible: Yes.
148
+Source compatible: Yes.
149
+Semantic compatible: Yes.
150
151
Compatibility with 2.2 and 1.4:
152
Binary compatible: Yes.
153
Source compatible: No, see the rare case in https://issues.apache.org/jira/browse/IO-318.
0 commit comments