summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-12-22 12:48:11 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-12-22 12:48:11 +0900
commit4e6c44e297a7b504f6390446e2e499a7a97a5363 (patch)
tree15885e747890ed4724f7d9752d3536c80804c4aa /NEWS.md
parente3847f39a199407059349f19a98cbe790d08f0cd (diff)
[DOC] Fix the paragraph about PRNG update
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md6
1 files changed, 3 insertions, 3 deletions
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