Skip to content

Commit e4bc46f

Browse files
committed
Add missing GitHub issue references in the changelog file
1 parent 25dd774 commit e4bc46f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ Bug fixes:
88

99
Compatibility:
1010

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).
1212
* Make `Array#shuffle` produce the same results as CRuby (@rwstauner).
1313
* Add `Process.argv0` method (@andrykonchin).
1414
* 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).
1818

1919
Performance:
2020

0 commit comments

Comments
 (0)