From 278b731ab92608e75d882036a71eb5825631ef69 Mon Sep 17 00:00:00 2001 From: nagachika Date: Sat, 29 Nov 2025 12:14:40 +0900 Subject: merge revision(s) d17ce4bd05dc05d48f5f4bc75171fcebda1678ed: [Backport #21652] [PATCH] [Bug #21652] [DOC] Update unmarshalable object list The `Data` mentioned here was the old `T_DATA` class, not the current extended `Struct`. --- marshal.c | 2 +- version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/marshal.c b/marshal.c index 5ec2f5f041..fca246664e 100644 --- a/marshal.c +++ b/marshal.c @@ -1199,7 +1199,7 @@ io_needed(void) * * anonymous Class/Module. * * objects which are related to system (ex: Dir, File::Stat, IO, File, Socket * and so on) - * * an instance of MatchData, Data, Method, UnboundMethod, Proc, Thread, + * * an instance of MatchData, Method, UnboundMethod, Proc, Thread, * ThreadGroup, Continuation * * objects which define singleton methods */ diff --git a/version.h b/version.h index d6a2496e4e..74c757d2a9 100644 --- a/version.h +++ b/version.h @@ -11,7 +11,7 @@ # define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR #define RUBY_VERSION_TEENY 10 #define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR -#define RUBY_PATCHLEVEL 189 +#define RUBY_PATCHLEVEL 190 #include "ruby/version.h" #include "ruby/internal/abi.h" -- cgit v1.2.3