You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update `String` methods to return `String` instances when called on a subclass (#2453, @bjfish).
37
+
* Update `String#encode` to support the `:fallback` option (#1391, @aardvark179).
37
38
*`Module#alias_method` now returns the defined alias as a symbol(#2499, @gogainda).
38
-
* Implement `Symbol#name` (#2453).
39
-
* Update `Module#{public, protected, private, public_class_method, private_class_method}` and top-level `private` and `public` methods to accept single array argument with a list of method names (#2453).
40
-
* Constants deprecated by `Module#deprecate_constant` only warn if `Warning[:deprecated]` is `true`.
39
+
* Implement `Symbol#name` (#2453, @bjfish).
40
+
* Update `Module#{public, protected, private, public_class_method, private_class_method}` and top-level `private` and `public` methods to accept single array argument with a list of method names (#2453, @bjfish).
41
+
* Constants deprecated by `Module#deprecate_constant` only warn if `Warning[:deprecated]` is `true` (@eregon).
41
42
* All Array methods now return Array instances and not subclasses (#2510, @Strech).
42
-
* Integer#zero? overrides Numeric#zero? for optimization (#2453).
43
-
* Default `Kernel#eval` source file and line to `(eval):1` like CRuby 3 (#2453).
44
-
* Add `GC.auto_compact` accessors for compatibility (#2453).
43
+
* Integer#zero? overrides Numeric#zero? for optimization (#2453, @bjfish).
44
+
* Default `Kernel#eval` source file and line to `(eval):1` like CRuby 3 (#2453, @aardvark179).
45
+
* Add `GC.auto_compact` accessors for compatibility (#2453, @bjfish).
45
46
* Update accessing a class variable from the top-level scope to be a `RuntimeError` (#2453, @bjfish).
46
-
* Update interpolated strings to not be frozen (#2453).
47
+
* Update interpolated strings to not be frozen (#2453, @bjfish).
47
48
* Add `WERRORFLAG` to `RbConfig` (#2519, @bjfish).
48
49
* Update `MatchData` methods to return `String` instances when called on a subclass (#2453, @bjfish).
49
-
* Implement `Proc#{==,eql?}` (#2453).
50
+
* Implement `Proc#{==,eql?}` (#2453, @bjfish).
50
51
* Implement all `StringScanner` methods (#2520, @eregon).
0 commit comments