summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
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