doc/mruby3.2.md: update [ci skip]

This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-11-09 23:37:02 +09:00
parent c759ee5f77
commit 3b56332952
+10
View File
@@ -6,6 +6,12 @@
- Anonymous arguments `*`, `**`, `&` can be passed for forwarding.
- Multi-precision integer is available now via `mruby-bigint` gem.
# mruby VM and bytecode
- `OP_ARYDUP` was renamed to `OP_ARYSPLAT`. The instruction name
was changed but instruction number and basic behavior have not
changed (except that `ARYDUP nil` makes `[]`).
# Tools
## `mruby`
@@ -28,6 +34,10 @@
- Add `Class#subclasses` method.
- Add `Module#undefined_instance_methods` method.
## mruby-set
New bundled gem.
# CVEs
Following CVEs are fixed.