Skip to content

Commit 25d9e7f

Browse files
committed
Better wording (especially for release note generation)
1 parent 3c36b08 commit 25d9e7f

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

src/changes/changes.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The <action> type attribute can be add,update,fix,remove.
4747
</properties>
4848

4949
<body>
50-
<release version="2.14.1" date="202Y-MM-DD" description="Java 8 required.">
50+
<release version="2.14.1" date="202Y-MM-DD" description="Java 8 is required.">
5151
<action dev="ggregory" type="fix" issue="IO-810" due-to="Gregor Dschung, Gary Gregory">
5252
Javadoc in FileUtils does not reflect code for thrown exceptions.
5353
</action>
@@ -58,7 +58,7 @@ The <action> type attribute can be add,update,fix,remove.
5858
In tests, Files.walk() direct and indirect callers fail to close the returned Stream&lt;Path&gt;.
5959
</action>
6060
</release>
61-
<release version="2.14.0" date="2023-09-24" description="Java 8 required.">
61+
<release version="2.14.0" date="2023-09-24" description="Java 8 is required.">
6262
<!-- FIX -->
6363
<action dev="ggregory" type="fix" issue="IO-799" due-to="Jeroen van der Vegt, Gary Gregory">
6464
ReaderInputStream.read() throws an exception instead of returning -1 when called again after returning -1.
@@ -144,7 +144,7 @@ The <action> type attribute can be add,update,fix,remove.
144144
Bump commons-lang3 from 3.12 to 3.13.0.
145145
</action>
146146
</release>
147-
<release version="2.13.0" date="2023-06-03" description="Java 8 required.">
147+
<release version="2.13.0" date="2023-06-03" description="Java 8 is required.">
148148
<!-- FIX -->
149149
<action issue="IO-791" dev="ggregory" type="fix" due-to="Chad Wilson, Gary Gregory">
150150
Regression in FileUtils.touch() - no longer creates parent directories.
@@ -215,7 +215,7 @@ The <action> type attribute can be add,update,fix,remove.
215215
Bump commons-parent from 57 to 58.
216216
</action>
217217
</release>
218-
<release version="2.12.0" date="2023-05-13" description="Java 8 required.">
218+
<release version="2.12.0" date="2023-05-13" description="Java 8 is required.">
219219
<!-- FIX -->
220220
<action issue="IO-697" dev="kinow" type="fix" due-to="otter606">
221221
IOUtils.toByteArray size validation does not match documentation.
@@ -752,7 +752,7 @@ The <action> type attribute can be add,update,fix,remove.
752752
Bump default buffer size for WriterOutputStream to IOUtils#DEFAULT_BUFFER_SIZE.
753753
</action>
754754
</release>
755-
<release version="2.11.0" date="2021-07-09" description="Java 8 required.">
755+
<release version="2.11.0" date="2021-07-09" description="Java 8 is required.">
756756
<!-- FIX -->
757757
<action issue="IO-741" dev="ggregory" type="fix" due-to="Zach Sherman">
758758
FileUtils.listFiles does not list matching files if File parameter is a symbolic link.
@@ -804,7 +804,7 @@ The <action> type attribute can be add,update,fix,remove.
804804
</action>
805805
</release>
806806
<!-- The release date is the date RC is cut -->
807-
<release version="2.10.0" date="2021-06-10" description="Java 8 required.">
807+
<release version="2.10.0" date="2021-06-10" description="Java 8 is required.">
808808
<!-- FIX -->
809809
<action issue="IO-733" dev="ggregory" type="fix" due-to="Jim Sellers, Gary Gregory">
810810
RegexFileFilter uses the path and file name instead of just the file name.
@@ -839,7 +839,7 @@ The <action> type attribute can be add,update,fix,remove.
839839
Bump mockito-inline from 3.10.0 to 3.11.0 #242.
840840
</action>
841841
</release>
842-
<release version="2.9.0" date="2021-05-22" description="Java 8 required.">
842+
<release version="2.9.0" date="2021-05-22" description="Java 8 is required.">
843843
<!-- FIX -->
844844
<action issue="IO-686" dev="ggregory" type="fix" due-to="Alan Moffat, Gary Gregory">
845845
IOUtils.toByteArray(InputStream) Javadoc does not match code.
@@ -1084,7 +1084,7 @@ The <action> type attribute can be add,update,fix,remove.
10841084
</action>
10851085
</release>
10861086
<!-- The release date is the date RC is cut -->
1087-
<release version="2.8.0" date="2020-09-05" description="Java 8 required.">
1087+
<release version="2.8.0" date="2020-09-05" description="Java 8 is required.">
10881088
<action dev="ggregory" type="add" due-to="Gary Gregory">
10891089
Add org.apache.commons.io.input.CircularInputStream.
10901090
</action>
@@ -1210,7 +1210,7 @@ The <action> type attribute can be add,update,fix,remove.
12101210
</action>
12111211
</release>
12121212
<!-- The release date is the date RC is cut -->
1213-
<release version="2.7" date="2020-05-24" description="Java 8 required.">
1213+
<release version="2.7" date="2020-05-24" description="Java 8 is required.">
12141214
<action issue="IO-589" dev="sebb" type="fix">
12151215
Some tests fail if the base path contains a space.
12161216
</action>

0 commit comments

Comments
 (0)