This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git


The following commit(s) were added to refs/heads/master by this push:
     new ea61b41  End sentences with a period.
ea61b41 is described below

commit ea61b41c5fec784f3f299e3b32095c677c1bd04e
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Sun Sep 15 09:42:35 2019 -0400

    End sentences with a period.
---
 src/changes/changes.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1160760..693a71e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -48,7 +48,7 @@ The <action> type attribute can be add,update,fix,remove.
     <!-- The release date is the date RC is cut -->
     <release version="2.7" date="tba" description="tba">
       <action issue="IO-589" dev="sebb" type="fix">
-        Some tests fail if the base path contains a space
+        Some tests fail if the base path contains a space.
       </action>
       <action dev="jochen" type="add">
         Adding the CircularBufferInputStream, and the PeekableInputStream.
@@ -57,7 +57,7 @@ The <action> type attribute can be add,update,fix,remove.
         Make methods in ObservableInputStream.Obsever public.
       </action>
       <action issue="IO-535" dev="pschumacher" type="fix" due-to="Svetlin 
Zarev, Anthony Raymond">
-        Thread bug in FileAlterationMonitor#stop(int)
+        Thread bug in FileAlterationMonitor#stop(int).
       </action>
       <action issue="IO-553" dev="ggregory" type="add">
         Add org.apache.commons.io.FilenameUtils.isIllegalWindowsFileName(char).
@@ -99,7 +99,7 @@ The <action> type attribute can be add,update,fix,remove.
         Make array declaration in ThresholdingOutputStream consistent with 
other array declarations in the library #77.
       </action>
       <action issue="IO-578" dev="ggregory" type="add" due-to="Mark Chesney">
-        Support java.nio.Path and non-default file systems for 
ReversedLinesFileReader (#62)
+        Support java.nio.Path and non-default file systems for 
ReversedLinesFileReader (#62).
       </action>
       <action issue="IO-608" dev="ggregory" type="add" due-to="Gary Gregory">
         Add a convenience NullPrintStream.

Reply via email to