ruby-changes:44563
From: hsbt <ko1@a...>
Date: Sun, 6 Nov 2016 21:36:52 +0900 (JST)
Subject: [ruby-changes:44563] hsbt:r56636 (trunk): * NEWS: ordered entries and adjust styles.
hsbt 2016-11-06 21:36:47 +0900 (Sun, 06 Nov 2016) New Revision: 56636 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56636 Log: * NEWS: ordered entries and adjust styles. Modified files: trunk/ChangeLog trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 56635) +++ NEWS (revision 56636) @@ -196,24 +196,31 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L196 as level, progname, datetime_format, formatter. [Feature #12224] * Add shift_period_suffix option. [Feature #10772] +* Net::HTTP + + * New method: Net::HTTP.post [Feature #12375] + * OpenSSL * OpenSSL is extracted as a gem and the upstream has been migrated to https://github.com/ruby/openssl. OpenSSL still remains as a default gem. Refer to its History.md for the full release note. [Feature #9612] -* Readline - * Readline.quoting_detection_proc and Readline.quoting_detection_proc= - [Feature #12659] - * optparse * Add an into option. [Feature #11191] * pathname + * New method: Pathname#empty? [Feature#12596] +* Readline + + * Readline.quoting_detection_proc and Readline.quoting_detection_proc= + [Feature #12659] + * set + * New methods: Set#compare_by_identity and Set#compare_by_identity?. [Feature #12210] @@ -221,9 +228,6 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L228 * Don't allow , as a separator [Bug #12791] -* Net::HTTP - * New method: Net::HTTP.post [Feature #12375] - === Compatibility issues (excluding feature bug fixes) * Array#sum and Enumerable#sum are implemented. [Feature #12217] @@ -266,6 +270,13 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L270 * DateTime#to_time now preserves timezone. [Bug #12189] +* shellwords + + * Shellwords.shellwords (shellsplit) treats the backslash as escape + character only when followed by one of the following characters: + $ ` " \ <newline> + [Bug #10055] + * Time * Time#to_time now preserves timezone. [Bug #12271] @@ -277,16 +288,10 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L288 in $LOADED_FEATURES since 2.1. * Tk + * Tk is removed from stdlib. [Feature #8539] https://github.com/ruby/tk is the new upstream. -* shellwords - - * Shellwords.shellwords (shellsplit) treats the backslash as escape - character only when followed by one of the following characters: - $ ` " \ <newline> - [Bug #10055] - * XMLRPC * XMLRPC is removed from stdlib. [Feature #12160][ruby-core:74239] Index: ChangeLog =================================================================== --- ChangeLog (revision 56635) +++ ChangeLog (revision 56636) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sun Nov 6 21:35:37 2016 SHIBATA Hiroshi <hsbt@r...> + + * NEWS: ordered entries and adjust styles. + Sun Nov 6 18:23:31 2016 SHIBATA Hiroshi <hsbt@r...> * NEWS: Added entry for [Feature #12160][ruby-core:74239] -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/