From b76d92db2dcfa46e5ff1f56ac4b82b3c8e72ea80 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Fri, 27 Feb 2026 08:40:32 +0900 Subject: [PATCH] NEWS.md: add object shapes entry Co-authored-by: Claude --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index f39db63b9..8e960891c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -65,6 +65,7 @@ mruby-symbol-ext, mruby-range-ext, mruby-object-ext. - Lossless float encoding using rotation in word boxing ([b6148c8](https://github.com/mruby/mruby/commit/b6148c8)) - Lossless rotation encoding for 32-bit float32 word boxing ([14a5cfb](https://github.com/mruby/mruby/commit/14a5cfb)) - Consolidated irep allocation for .mrb loading ([74fb045](https://github.com/mruby/mruby/commit/74fb045)) +- Object shapes (hidden classes) for `MRB_TT_OBJECT` IV storage, sharing key layouts across objects with the same instance variable assignment order ([8d10056](https://github.com/mruby/mruby/commit/8d10056)) # Build & Configuration