1
0
Fork 0
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:
hsbt 2016-11-06 12:36:47 +00:00
parent 9b09175d38
commit 670b180242
2 changed files with 23 additions and 14 deletions

View file

@ -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>
* NEWS: Added entry for [Feature #12160][ruby-core:74239]

33
NEWS
View file

@ -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:
$ ` " \ <newline>
[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:
$ ` " \ <newline>
[Bug #10055]
* XMLRPC
* XMLRPC is removed from stdlib. [Feature #12160][ruby-core:74239]