diff --git a/doc/NEWS b/doc/NEWS index 0129c87c75..71a95bac61 100644 --- a/doc/NEWS +++ b/doc/NEWS @@ -22,6 +22,10 @@ Dir.glob("makefile", File::FNM_CASEFOLD) #=> ['Makefile', 'makefile'] +: racc runtime module + + Imported. Racc runtime library (Racc is a parser generator for ruby). + : tsort module Imported. Topological sorting library. @@ -30,6 +34,10 @@ Imported. Pseudo (({IO})) class from/to (({String})). +: strscan module + + Imported. Fast string scanner library. + : Array#pack, String#unpack allows comment in template strings.