summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/NEWS b/doc/NEWS
index 71a95bac61..4f7e7b7548 100644
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -22,9 +22,13 @@
Dir.glob("makefile", File::FNM_CASEFOLD) #=> ['Makefile', 'makefile']
+: fileutils module
+
+ Imported. File utility library.
+
: racc runtime module
- Imported. Racc runtime library (Racc is a parser generator for ruby).
+ Imported. Racc runtime library. (Racc is a parser generator for ruby)
: tsort module