diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-11-05 15:08:44 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-11-05 15:08:44 +0900 |
| commit | 879f074cd0624ec8e5f1d0d94c29c4c61c49acdb (patch) | |
| tree | 76f4419113216dbf9d9bb2dd3e39054bcee9ee39 /doc | |
| parent | d6f6467ad7a570262a5d0e03bb60d7c10c9ea760 (diff) | |
| download | mruby-879f074cd0624ec8e5f1d0d94c29c4c61c49acdb.tar.gz mruby-879f074cd0624ec8e5f1d0d94c29c4c61c49acdb.zip | |
mruby3.1.md: update new methods description.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/mruby3.1.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/mruby3.1.md b/doc/mruby3.1.md index 1a8c621a9..82a626871 100644 --- a/doc/mruby3.1.md +++ b/doc/mruby3.1.md @@ -26,6 +26,12 @@ And `android_arm64-v8a.rb` was renamed to `android_arm64_v8a.rb` for consistency CRuby3.0 compatible keyword arguments are introduced. Keyword arguments are basically separated from ordinal arguments +## New Methods + +* `Array#product` +* `Random.bytes` +* `Random#bytes` + # Configuration Options Changed Some configuration macros are available: |
