summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-11 12:48:33 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-11 12:48:33 +0000
commit76fc1ce0a774aab411b4e9f4462c236852624764 (patch)
tree97ffe59fd4b9da30f6767cc9fcd0fc1adebab944 /NEWS
parentbda6df356a373289e179f2b09c0bbe84ffc70d03 (diff)
The combination of non-Symbol keys and Symbol keys is now allowed again
Revert r64358. [Bug #15658] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67217 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 3 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index a78a2585fa..ab6e89f3b2 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,9 @@ sufficient information, see the ChangeLog file or Redmine
* lambda with no block in a method called with a block errs.
+* Non-Symbol keys in a keyword arguments hash was prohibited at 2.6.0, but
+ now allowed again. [Bug #15658]
+
=== Core classes updates (outstanding ones only)
Enumerable::
@@ -59,10 +62,6 @@ RSS::
=== Stdlib compatibility issues (excluding feature bug fixes)
-profile.rb, Profiler__::
-
- * Removed from standard library. No one maintains it from Ruby 2.0.0.
-
=== C API updates
=== Implementation improvements