summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-24 09:59:19 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-24 09:59:19 +0000
commit5a536c8f2d92e2150f5cd5e96914a2f38afd8447 (patch)
treedbd95213e81b4a35c80942fbde5ba2db70ebf68a /NEWS
parent94090b0502fc65f15495fd329145c9f998f10ee3 (diff)
add a ticket number [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53280 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8d5d68c624..f4bf516f7b 100644
--- a/NEWS
+++ b/NEWS
@@ -247,7 +247,7 @@ with all sufficient information, see the ChangeLog file or Redmine
BasicSocket#sendmsg_nonblock all support `exception: false` to return
:wait_readable or :wait_writable symbols instead of raising
IO::WaitReadable or IO::WaitWritable exceptions
- [Feature #11229]
+ [Feature #10532] [Feature #11229]
* BasicSocket#recv and BasicSocket#recv_nonblock allow an output
String buffer argument like IO#read and IO#read_nonblock to reduce
GC overhead [Feature #11242]