mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* NEWS: ordered entries and adjust styles.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56636 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9b09175d38
commit
670b180242
2 changed files with 23 additions and 14 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Sun Nov 6 21:35:37 2016 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
||||||
|
|
||||||
|
* NEWS: ordered entries and adjust styles.
|
||||||
|
|
||||||
Sun Nov 6 18:23:31 2016 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
Sun Nov 6 18:23:31 2016 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
||||||
|
|
||||||
* NEWS: Added entry for [Feature #12160][ruby-core:74239]
|
* NEWS: Added entry for [Feature #12160][ruby-core:74239]
|
||||||
|
|
33
NEWS
33
NEWS
|
@ -196,24 +196,31 @@ with all sufficient information, see the ChangeLog file or Redmine
|
||||||
as level, progname, datetime_format, formatter. [Feature #12224]
|
as level, progname, datetime_format, formatter. [Feature #12224]
|
||||||
* Add shift_period_suffix option. [Feature #10772]
|
* Add shift_period_suffix option. [Feature #10772]
|
||||||
|
|
||||||
|
* Net::HTTP
|
||||||
|
|
||||||
|
* New method: Net::HTTP.post [Feature #12375]
|
||||||
|
|
||||||
* OpenSSL
|
* OpenSSL
|
||||||
|
|
||||||
* OpenSSL is extracted as a gem and the upstream has been migrated to
|
* 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.
|
https://github.com/ruby/openssl. OpenSSL still remains as a default gem.
|
||||||
Refer to its History.md for the full release note. [Feature #9612]
|
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
|
* optparse
|
||||||
|
|
||||||
* Add an into option. [Feature #11191]
|
* Add an into option. [Feature #11191]
|
||||||
|
|
||||||
* pathname
|
* pathname
|
||||||
|
|
||||||
* New method: Pathname#empty? [Feature#12596]
|
* New method: Pathname#empty? [Feature#12596]
|
||||||
|
|
||||||
|
* Readline
|
||||||
|
|
||||||
|
* Readline.quoting_detection_proc and Readline.quoting_detection_proc=
|
||||||
|
[Feature #12659]
|
||||||
|
|
||||||
* set
|
* set
|
||||||
|
|
||||||
* New methods: Set#compare_by_identity and Set#compare_by_identity?.
|
* New methods: Set#compare_by_identity and Set#compare_by_identity?.
|
||||||
[Feature #12210]
|
[Feature #12210]
|
||||||
|
|
||||||
|
@ -221,9 +228,6 @@ with all sufficient information, see the ChangeLog file or Redmine
|
||||||
|
|
||||||
* Don't allow , as a separator [Bug #12791]
|
* Don't allow , as a separator [Bug #12791]
|
||||||
|
|
||||||
* Net::HTTP
|
|
||||||
* New method: Net::HTTP.post [Feature #12375]
|
|
||||||
|
|
||||||
=== Compatibility issues (excluding feature bug fixes)
|
=== Compatibility issues (excluding feature bug fixes)
|
||||||
|
|
||||||
* Array#sum and Enumerable#sum are implemented. [Feature #12217]
|
* 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]
|
* 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
|
||||||
|
|
||||||
* Time#to_time now preserves timezone. [Bug #12271]
|
* 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.
|
in $LOADED_FEATURES since 2.1.
|
||||||
|
|
||||||
* Tk
|
* Tk
|
||||||
|
|
||||||
* Tk is removed from stdlib. [Feature #8539]
|
* Tk is removed from stdlib. [Feature #8539]
|
||||||
https://github.com/ruby/tk is the new upstream.
|
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
|
||||||
|
|
||||||
* XMLRPC is removed from stdlib. [Feature #12160][ruby-core:74239]
|
* XMLRPC is removed from stdlib. [Feature #12160][ruby-core:74239]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue