Skip to content

Commit 9a5e71f

Browse files
committed
Fix ChangeLog entry missing the second author
1 parent 711dc7c commit 9a5e71f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Compatibility:
7878
* Include the major kernel version in `RUBY_PLATFORM` on macOS like MRI (#1860, @eightbitraptor).
7979
* Implemented `Enumerator::Chain`, `Enumerator#+`, and `Enumerable#chain` (#1859, #1858).
8080
* Implemented `Thread#backtrace_locations` and `Exception#backtrace_locations` (#1556).
81-
* Implemented `rb_module_new`, `rb_define_class_id`, `rb_define_module_id`, (#1876, @chrisseaton).
81+
* Implemented `rb_module_new`, `rb_define_class_id`, `rb_define_module_id`, (#1876, @XrXr, @chrisseaton).
8282
* Implemented `-n` CLI option (#1532).
8383
* Cache the `Symbol` of method names in call nodes only when needed (#1872).
8484
* Implemented `rb_get_alloc_func` and related functions (#1874, @XrXr).

0 commit comments

Comments
 (0)