summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 11 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c07a78145d..1acc5ceb05 100644
--- a/NEWS
+++ b/NEWS
@@ -35,8 +35,6 @@ sufficient information, see the ChangeLog file or Redmine
(1...).each {|index| block } # infinite loop from index 1
ary.zip(1..) {|elem, index| block } # ary.each.with_index(1) { }
-* Non-Symbol keys in a keyword arguments hash cause an exception.
-
* The "shadowing outer local variable" warning is removed. [Feature #12490]
You can now write the following without warning:
@@ -48,6 +46,9 @@ sufficient information, see the ChangeLog file or Redmine
* The flip-flop syntax is deprecated. [Feature #5400]
+* 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)
[Array]
@@ -571,6 +572,7 @@ sufficient information, see the ChangeLog file or Redmine
=== Stdlib compatibility issues (excluding feature bug fixes)
+<<<<<<< .working
* These standard libraries have been promoted to default gems.
* e2mmap
@@ -588,6 +590,13 @@ sufficient information, see the ChangeLog file or Redmine
* thwait
* tracer
+||||||| .merge-left.r67216
+profile.rb, Profiler__::
+
+ * Removed from standard library. No one maintains it from Ruby 2.0.0.
+
+=======
+>>>>>>> .merge-right.r67217
[BigDecimal]
* The following methods are removed.