aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorNiall Pemberton <niallp@apache.org>2007-10-13 01:34:42 +0000
committerNiall Pemberton <niallp@apache.org>2007-10-13 01:34:42 +0000
commit1b4e77faebd6a9c43fc57a6aeefb605c9188acfe (patch)
tree377f116b89cac55ea9ea23feaa4f73a151652019 /RELEASE-NOTES.txt
parentd82a2bac09321150fc38e342ccf572e6561f9a23 (diff)
downloadapache-commons-io-1b4e77faebd6a9c43fc57a6aeefb605c9188acfe.tar.gz
IO-74 Rename RegexFilter to RegexFileFilter to conform to the naming convention of other implementations
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@584359 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 076f8018..f11c8a47 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -38,7 +38,7 @@ Enhancements from 1.3.2
- SuffixFileFilter [IO-126]
- Add faciltiy to specify case sensitivty on suffix matching
-- RegexFilter [IO-74]
+- RegexFileFilter [IO-74]
- Add new regular expression file filter implementation
- New Closed Input/Output stream implementations [IO-122]