summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0b999aa027..cbe70d0376 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,13 @@ with all sufficient information, see the ChangeLog file.
* min, min_by, max and max_by supports optional argument to return
multiple elements.
+* File
+ * new class File::Statfs to hold filesystem information. (experimental)
+
+* IO
+ * New methods
+ * IO#statfs returns filesystem information as File::Statfs. (experimental)
+
* Symbol
* New methods
* Symbol.find(str) returns whether given string is defined as symbol or not.