From 468c6f1901b6e9b8b00dac4449d3208f536fb5b9 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Mon, 17 Mar 2025 09:21:36 +0900 Subject: [PATCH] doc/mruby3.4.md: add #6491 to the release note --- doc/mruby3.4.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/mruby3.4.md b/doc/mruby3.4.md index edd72e8b3..f21f61dc9 100644 --- a/doc/mruby3.4.md +++ b/doc/mruby3.4.md @@ -88,6 +88,7 @@ - [#6477](https://github.com/mruby/mruby/issues/6477) heap-buffer-overflow in mrb_vm_exec - [#6485](https://github.com/mruby/mruby/issues/6485) Hash#rehash does not check if the hash is frozen - [#6483](https://github.com/mruby/mruby/issues/6483) Hash#default_proc= accepts arbitrary objects that are not callable +- [#6491](https://github.com/mruby/mruby/issues/6491) Destroy existing string literals when composing string literals # Merged Pull Requests (User Visible Ones)