aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorStephen Colebourne <scolebourne@apache.org>2006-10-11 15:49:33 +0000
committerStephen Colebourne <scolebourne@apache.org>2006-10-11 15:49:33 +0000
commit464ebe809781e60e7bd56017bcbd3c0aaa2ecd1f (patch)
treea172370b3a5d78c27e0c5d8a5326fdb2a3d23e2b /RELEASE-NOTES.txt
parentc6f8977ee31ff4bfd45f5f03968ced153a95738e (diff)
downloadapache-commons-io-464ebe809781e60e7bd56017bcbd3c0aaa2ecd1f.tar.gz
IO-95 - Add NullWriter
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@462833 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index bb4edb07..f65a781e 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -136,6 +136,9 @@ Enhancements from 1.2
- new sizeRangeFileFilter(long minimumSize, long maximumSize) method which
creates a filter that accepts files within the specified size range.
+- NullWriter
+ - New writer that acts as a sink for all data, as per /dev/null
+
Feedback
--------