summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-04 11:12:12 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-04 11:12:12 +0000
commitc3d1fde2b528413f5be2f936a9d7ea899a777fc7 (patch)
tree18b6a1f8f5240b12b6325eb2222f6939522ff500 /NEWS
parent12bf1de1dda78e8fb69d7cc1dda24e7e09eb8806 (diff)
* ext/pathname/pathname.c (path_write): New method.
(path_binwrite): Ditto. [ruby-core:49468] [Feature #7378] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40107 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b1a9804fb5..300175fd0a 100644
--- a/NEWS
+++ b/NEWS
@@ -41,6 +41,11 @@ with all sufficient information, see the ChangeLog file.
* Net::SMTP
* Added Net::SMTP#rset to implement the RSET command
+* Pathname
+ * New methods:
+ * Pathname#write
+ * Pathname#binwrite
+
* Rinda::RingServer, Rinda::RingFinger
* Rinda now supports multicast sockets. See Rinda::RingServer and
Rinda::RingFinger for details.