ruby-changes:44418
From: shyouhei <ko1@a...>
Date: Wed, 26 Oct 2016 11:34:13 +0900 (JST)
Subject: [ruby-changes:44418] shyouhei:r56490 (trunk): * NEWS: added several entries [ci skip]
shyouhei 2016-10-26 11:34:06 +0900 (Wed, 26 Oct 2016) New Revision: 56490 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56490 Log: * NEWS: added several entries [ci skip] Modified files: trunk/ChangeLog trunk/NEWS Index: ChangeLog =================================================================== --- ChangeLog (revision 56489) +++ ChangeLog (revision 56490) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Wed Oct 26 11:28:25 2016 URABE Shyouhei <shyouhei@r...> + + * NEWS: added several entries which (if I remember correctly) are + added in a year. + Tue Oct 25 12:54:07 2016 Nobuyoshi Nakada <nobu@r...> * proc.c (mnew_internal): follow the original class, not to loop Index: NEWS =================================================================== --- NEWS (revision 56489) +++ NEWS (revision 56490) @@ -22,6 +22,9 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L22 * Refinements is enabled with Kernel#send and BasicObject#__send__. [Feature #11476] +* Resque modifier now applicable to method arguments. + [Feature #12686] + === Core classes updates (outstanding ones only) * Array @@ -35,6 +38,9 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L38 This is different from Enumerable#sum in that Array#sum doesn't depend on the definition of each method. + * Array#concat [Feature #12333] + Now takes multiple arguments. + * Comparable * Comparable#clamp. [Feature #10594] @@ -91,6 +97,10 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L97 * Module.used_modules [Feature #7418] +* Numeric + + * Numeric#finite?, Numeric#infinite? [Feature #12039] + * Regexp * Regexp#match? [Feature #8110] @@ -112,6 +122,9 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L122 * String.new(capacity: size) [Feature #12024] + * String#concat, String#prepend [Feature #12333] + Now takes multiple arguments. + * Symbol * Symbol#match now returns MatchData. [Bug #11991] @@ -198,6 +211,10 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L211 is processed, but the operation has to be limited to ASCII only. A good example of this are internationalized domain names. +* TRUE / FALSE / NIL + These constants are now obsoleted. [Feature #12574] + Use true / false / nil resp. instead. + === Stdlib compatibility issues (excluding feature bug fixes) * DateTime @@ -224,6 +241,8 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L241 RUBY_SHOW_COPYRIGHT_TO_DIE is set to 0. This will be the default in the future. +* rb_gc_adjust_memory_usage() [Feature #12690] + === Supported platform changes * FreeBSD < 4 is no longer supported -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/