From 4e6c44e297a7b504f6390446e2e499a7a97a5363 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 22 Dec 2022 12:48:11 +0900 Subject: [DOC] Fix the paragraph about PRNG update --- NEWS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'NEWS.md') diff --git a/NEWS.md b/NEWS.md index 6078bf5d48..b2033a8fe2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -641,9 +641,9 @@ The following APIs are updated. * PRNG update - `rb_random_interface_t` updated and versioned. - Extension libraries which use this interface and built for older versions. - Also `init_int32` function needs to be defined. + `rb_random_interface_t` in ruby/random.h updated and versioned. + Extension libraries which use this interface and built for older + versions need to rebuild with adding `init_int32` function. ### Added C APIs -- cgit v1.2.3