From 670b180242410ac10e99d8cbe9990d773eff836f Mon Sep 17 00:00:00 2001 From: hsbt Date: Sun, 6 Nov 2016 12:36:47 +0000 Subject: [PATCH] * NEWS: ordered entries and adjust styles. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56636 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ NEWS | 33 +++++++++++++++++++-------------- 2 files changed, 23 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6e73fb07b8..83ce2c9318 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sun Nov 6 21:35:37 2016 SHIBATA Hiroshi + + * NEWS: ordered entries and adjust styles. + Sun Nov 6 18:23:31 2016 SHIBATA Hiroshi * NEWS: Added entry for [Feature #12160][ruby-core:74239] diff --git a/NEWS b/NEWS index 6009f10bf0..b090ebc268 100644 --- a/NEWS +++ b/NEWS @@ -196,24 +196,31 @@ with all sufficient information, see the ChangeLog file or Redmine 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 ChangeLog file or Redmine * 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 ChangeLog file or Redmine * 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: + $ ` " \ + [Bug #10055] + * Time * Time#to_time now preserves timezone. [Bug #12271] @@ -277,16 +288,10 @@ with all sufficient information, see the ChangeLog file or Redmine 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: - $ ` " \ - [Bug #10055] - * XMLRPC * XMLRPC is removed from stdlib. [Feature #12160][ruby-core:74239]