From 01ff7fbf0ae2c042093d423fc50f4ffff4b748a3 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Sat, 10 Feb 2024 17:05:55 +0900 Subject: [PATCH] Update mruby3.3.md --- NEWS | 3 +++ doc/mruby3.3.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/NEWS b/NEWS index 4c5900b1e..7144b3a86 100644 --- a/NEWS +++ b/NEWS @@ -100,6 +100,9 @@ NEWS # Bugs Fixed +- [#5724](https://github.com/mruby/mruby/issues/5724) Rational#\*\* is missing +- [#5725](https://github.com/mruby/mruby/issues/5725) weird const_missing exceptions in mrblib code +- [#5789](https://github.com/mruby/mruby/issues/5789) No memory release of backtrace information due to stack error - [#5932](https://github.com/mruby/mruby/issues/5932) How to create a block using the C API? mrb_yield keeps crashing! - [#5943](https://github.com/mruby/mruby/issues/5943) TCPSocket#write is failed - [#5944](https://github.com/mruby/mruby/issues/5944) Behavior of calling method with a hash variable diff --git a/doc/mruby3.3.md b/doc/mruby3.3.md index 560b6f02e..eec7732fb 100644 --- a/doc/mruby3.3.md +++ b/doc/mruby3.3.md @@ -97,6 +97,9 @@ # Bugs Fixed +- [#5724](https://github.com/mruby/mruby/issues/5724) Rational#\*\* is missing +- [#5725](https://github.com/mruby/mruby/issues/5725) weird const_missing exceptions in mrblib code +- [#5789](https://github.com/mruby/mruby/issues/5789) No memory release of backtrace information due to stack error - [#5932](https://github.com/mruby/mruby/issues/5932) How to create a block using the C API? mrb_yield keeps crashing! - [#5943](https://github.com/mruby/mruby/issues/5943) TCPSocket#write is failed - [#5944](https://github.com/mruby/mruby/issues/5944) Behavior of calling method with a hash variable