summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-07-14 08:46:13 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-07-14 08:46:13 +0000
commitd893c123f6b021254b21c920e182d3c64967f5d5 (patch)
treecbe2114647b561febd6ceaa59adc39ec0923c45f /NEWS
parentcb1d634d6acd6a7171c146115e9d44bc9e55e3b6 (diff)
Alias Set#to_s to #inspect [ruby-core:81753] [Feature #13676]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59332 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index aae7b9637f..af11da3550 100644
--- a/NEWS
+++ b/NEWS
@@ -110,6 +110,9 @@ with all sufficient information, see the ChangeLog file or Redmine
* Carriage returns are changed to be trimmed properly if trim_mode is specified
and used. Duplicated newlines will be removed on Windows. [Bug #5339] [Bug #11464]
+* Set
+ * Add Set#to_s as alias to #inspect [Feature #13676]
+
* WEBrick
* Add Server Name Indication (SNI) support [Feature #13729]