Skip to content

Commit 19b9682

Browse files
committed
[GR-19220] Fix ChangeLog entry missing the second author.
PullRequest: truffleruby/1246
2 parents a23836a + 9a5e71f commit 19b9682

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
@@ -81,7 +81,7 @@ Compatibility:
8181
* Include the major kernel version in `RUBY_PLATFORM` on macOS like MRI (#1860, @eightbitraptor).
8282
* Implemented `Enumerator::Chain`, `Enumerator#+`, and `Enumerable#chain` (#1859, #1858).
8383
* Implemented `Thread#backtrace_locations` and `Exception#backtrace_locations` (#1556).
84-
* Implemented `rb_module_new`, `rb_define_class_id`, `rb_define_module_id`, (#1876, @chrisseaton).
84+
* Implemented `rb_module_new`, `rb_define_class_id`, `rb_define_module_id`, (#1876, @XrXr, @chrisseaton).
8585
* Implemented `-n` CLI option (#1532).
8686
* Cache the `Symbol` of method names in call nodes only when needed (#1872).
8787
* Implemented `rb_get_alloc_func` and related functions (#1874, @XrXr).

0 commit comments

Comments
 (0)