summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-18 13:45:29 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-18 13:45:29 +0000
commitaef01ee7890bf6b2349c4c87548460ce9534dfb0 (patch)
tree3c1aaf8c3ba00851e106e03913ebe6c756a90211 /ChangeLog
parent52f5f410e4ce1614793328d38d55f84f66371e6e (diff)
* ext/io/console/lib/console/size.rb (IO#console_size): new
method. (EXPERIMENTAL) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31628 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f7ebddb05..222f322cf1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed May 18 22:45:26 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * ext/io/console/lib/console/size.rb (IO#console_size): new
+ method. (EXPERIMENTAL)
+
Wed May 18 22:41:51 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
* internal.h: add for internal use only.