ruby-changes:53037
From: kazu <ko1@a...>
Date: Sun, 21 Oct 2018 00:00:08 +0900 (JST)
Subject: [ruby-changes:53037] kazu:r65251 (trunk): NEWS: Fix `,`s [ci skip]
kazu 2018-10-21 00:00:00 +0900 (Sun, 21 Oct 2018) New Revision: 65251 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65251 Log: NEWS: Fix `,`s [ci skip] Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 65250) +++ NEWS (revision 65251) @@ -139,7 +139,7 @@ sufficient information, see the ChangeLo https://github.com/ruby/ruby/blob/trunk/NEWS#L139 [New options] - * Kernel#Complex, Kernel#Float, Kernel#Integer and + * Kernel#Complex, Kernel#Float, Kernel#Integer, and Kernel#Rational take +:exception+ option to specify the way of error handling. [Feature #12732] @@ -164,7 +164,7 @@ sufficient information, see the ChangeLo https://github.com/ruby/ruby/blob/trunk/NEWS#L164 [New methods] - * Module#method_defined?, Module#private_method_defined? and + * Module#method_defined?, Module#private_method_defined?, and Module#protected_method_defined? now accept the second parameter as optional. If it's +true+ (=default), checks ancestor modules/classes, or checks only the class itself. [Feature #14944] @@ -312,7 +312,7 @@ sufficient information, see the ChangeLo https://github.com/ruby/ruby/blob/trunk/NEWS#L312 [New methods] - * Add Net::HTTP#write_timeout, and Net::HTTP#write_timeout=. [Feature #13396] + * Add Net::HTTP#write_timeout and Net::HTTP#write_timeout=. [Feature #13396] [New constant] @@ -429,7 +429,7 @@ sufficient information, see the ChangeLo https://github.com/ruby/ruby/blob/trunk/NEWS#L429 * <tt>--enable=jit</tt> option is added to enable JIT. <tt>--jit-verbose=1</tt> is good for inspection. See <tt>ruby --help</tt> for others. * To generate machine code, this JIT compiler uses C compiler used for building - the interpreter. Currently GCC, Clang and Microsoft Visual C++ are supported for it. + the interpreter. Currently GCC, Clang, and Microsoft Visual C++ are supported for it. * rb_waitpid reimplemented on Unix-like platforms to maintain compatibility with processes created for JIT [Bug #14867] -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/