aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-14 15:14:46 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-14 15:14:46 +0000
commitd6566a46ad1591860c97492bb45486518473ff88 (patch)
treebce0e4da41f5fe3d2e3b6547a4a0ec5cfb0eaca0 /NEWS
parentb1e118eec1a4239ffa0eacace7ee6c864dbce28b (diff)
downloadruby-d6566a46ad1591860c97492bb45486518473ff88.tar.gz
* ext/pathname/lib/pathname.rb (descend): Blockless form supported.
(ascend): Ditto. [ruby-core:68820] [Feature #11052] Patch by Piotr Szotkowski. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50897 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 06e1c81ff9..500ef0d328 100644
--- a/NEWS
+++ b/NEWS
@@ -78,6 +78,10 @@ with all sufficient information, see the ChangeLog file.
* OpenSSL::SSL::SSLSocket#accept_nonblock and
OpenSSL::SSL::SSLSocket#connect_nonblock supports `exception: false`.
+* Pathname
+ * Pathname#descend and Pathname#ascend supported blockless form.
+ [Feature #11052]
+
* io/wait
* IO#wait_readable no longer checks FIONREAD, it may be used for
non-bytestream IO such as listen sockets.