summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-03 07:54:29 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-03 07:54:29 +0000
commitb3d12956b49c2d085eccb90ada1eb3d98e836ac7 (patch)
tree3684fead66e7e34fc422abe1c3cf6afdf146a8ba /NEWS
parentb381a662fec9ebfede4807277cb149063efd5dbe (diff)
io-console.gemspec: bump
* ext/io/console/io-console.gemspec: bump. [Bug #7762] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39031 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fcb2c61ab2..25c578f4a9 100644
--- a/NEWS
+++ b/NEWS
@@ -213,6 +213,13 @@ with all sufficient information, see the ChangeLog file.
* iconv
* Iconv has been removed. Use String#encode instead.
+* io/console
+ * new methods:
+ * added IO#cooked which sets the terminal to cooked mode within the given block.
+ * added IO#cooked! which sets the terminal to cooked.
+ * extended method:
+ * IO#raw, IO#raw!, and IO#getch accept keyword arguments, :min and :time.
+
* io/wait
* new features:
* added IO#wait_writable method.