mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
add a ticket number [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53280 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
94090b0502
commit
5a536c8f2d
1 changed files with 1 additions and 1 deletions
2
NEWS
2
NEWS
|
@ -247,7 +247,7 @@ with all sufficient information, see the ChangeLog file or Redmine
|
||||||
BasicSocket#sendmsg_nonblock all support `exception: false` to return
|
BasicSocket#sendmsg_nonblock all support `exception: false` to return
|
||||||
:wait_readable or :wait_writable symbols instead of raising
|
:wait_readable or :wait_writable symbols instead of raising
|
||||||
IO::WaitReadable or IO::WaitWritable exceptions
|
IO::WaitReadable or IO::WaitWritable exceptions
|
||||||
[Feature #11229]
|
[Feature #10532] [Feature #11229]
|
||||||
* BasicSocket#recv and BasicSocket#recv_nonblock allow an output
|
* BasicSocket#recv and BasicSocket#recv_nonblock allow an output
|
||||||
String buffer argument like IO#read and IO#read_nonblock to reduce
|
String buffer argument like IO#read and IO#read_nonblock to reduce
|
||||||
GC overhead [Feature #11242]
|
GC overhead [Feature #11242]
|
||||||
|
|
Loading…
Reference in a new issue