aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-01-04 00:21:08 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-01-04 00:21:08 +0000
commit837d30371b01e4531954dcfeff5378a2e6436e29 (patch)
tree2da2e94a0f1ab51f9381eb582bfd7c6fd27d4b42 /NEWS
parent05c108cdba62545bb50616726f0b7261cb89ad4e (diff)
downloadruby-837d30371b01e4531954dcfeff5378a2e6436e29.tar.gz
* lib/drb/drb.rb: removed unused argument. Patch by @vipulnsward
[fix GH-515] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49130 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a8d59dbf43..c8ef0cf10b 100644
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,9 @@ with all sufficient information, see the ChangeLog file.
* lib/webrick/utils.rb
* removed unused argument. https://github.com/ruby/ruby/pull/356
+* lib/drb/drb.rb
+ * removed unused argument. https://github.com/ruby/ruby/pull/515
+
=== Built-in global variables compatibility issues
=== C API updates