summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorglass <glass@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-02 15:13:42 +0000
committerglass <glass@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-02 15:13:42 +0000
commit038596b6daf71a42c4e7812e4a8d01da932197fa (patch)
tree1151fc2a4eb5feb711448f23a58329234d36cb90 /NEWS
parent0f0b60ea86af7fd9db03639a8a92d63a49e94f24 (diff)
* NEWS: Add the description that IO#seek supports SEEK_DATA
and SEEK_HOLE. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42338 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 35bda18840..d27ad0be0b 100644
--- a/NEWS
+++ b/NEWS
@@ -30,7 +30,8 @@ with all sufficient information, see the ChangeLog file.
* IO
* extended methods:
- * IO#seek accepts symbols (:CUR, :END, :SET) for 2nd argument.
+ * IO#seek supports SEEK_DATA and SEEK_HOLE as whence.
+ * IO#seek accepts symbols (:CUR, :END, :SET, :DATA, :HOLE) for 2nd argument.
* Kernel
* New methods: