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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,13 @@ Bug fixes:
8
8
9
9
Compatibility:
10
10
11
-
* Fix `Hash#shift` when Hash is empty but has initial default value or initial default proc (@itarato).
11
+
* Fix `Hash#shift` when Hash is empty but has initial default value or initial default proc (#3039, @itarato).
12
12
* Make `Array#shuffle` produce the same results as CRuby (@rwstauner).
13
13
* Add `Process.argv0` method (@andrykonchin).
14
14
* Add support for array pattern matching. This is opt-in via `--pattern-matching` since pattern matching is not fully supported yet. (#2683, @razetime).
15
-
* Fix `Array#[]` with `ArithmeticSequence` argument when step is negative (@itarato).
16
-
* Fix `Range#size` and return `nil` for beginningless Range when end isn't Numeric (@rwstauner).
17
-
* Alias `String#-@` to `String#dedup` (@itarato).
15
+
* Fix `Array#[]` with `ArithmeticSequence` argument when step is negative (#3039, @itarato).
16
+
* Fix `Range#size` and return `nil` for beginningless Range when end isn't Numeric (#3039, @rwstauner).
17
+
* Alias `String#-@` to `String#dedup` (#3039, @itarato).
0 commit comments