summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-25 15:07:03 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-25 15:07:03 +0000
commit68c8f0f27eae9b8f66e5ca509c0e445acb3fe355 (patch)
treef9650ef9c16cf8647e1132710112958f9cba9541 /NEWS
parentb999c1a797741ef977fc8a4e140fe2963ed0432d (diff)
Mention the :parent option added to FileUtils.rmdir().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@28438 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3d9096d257..0e98e56ffa 100644
--- a/NEWS
+++ b/NEWS
@@ -165,6 +165,10 @@ with all sufficient information, see the ChangeLog file.
Renamed from GDBM#index.
+* fileutils
+
+ * New option for FileUtils.rmdir(): :parents
+
* matrix
* API change to adhere strictly to mathematical definitions:
* Matrices must now be rectangular.