Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,11 +269,6 @@ Note: We're only listing outstanding class updates.
* Introduce support for `Thread#raise(cause:)` argument similar to
`Kernel#raise`. [[Feature #21360]]

* Pathname

* Pathname has been promoted from a default gem to a core class of Ruby.
[[Feature #17473]]

## Stdlib updates

The following bundled gems are promoted from default gems.
Expand Down
1 change: 1 addition & 0 deletions box.c
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,7 @@ rb_box_cleanup_local_extension(VALUE cleanup)
#ifndef _WIN32
if (p) box_ext_cleanup_free(p);
#endif
(void)p;
}

static int
Expand Down