summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 167feafcb0..21612f0af3 100644
--- a/NEWS
+++ b/NEWS
@@ -410,6 +410,16 @@ with all sufficient information, see the ChangeLog file.
* new methods:
* RbConfig.ruby
+* io/console
+ * new methods:
+ * IO#noecho
+ * IO#noecho {|io| }
+ * IO#raw
+ * IO#raw {|io| }
+ * IO#getch
+ * IO#winsize
+ * IO.console
+
=== Language changes
* Regexp properties (\p{}) names now ignore underscores, spaces, and case, so