From 0e93118c44fc4128bcacfe1dc6702c84a84b862b Mon Sep 17 00:00:00 2001 From: Marc-Andre Lafortune Date: Sat, 26 Sep 2020 00:29:18 -0400 Subject: [PATCH] [ruby/ostruct] Update NEWS --- NEWS.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS.md b/NEWS.md index 24b7986b50..4078f19358 100644 --- a/NEWS.md +++ b/NEWS.md @@ -269,6 +269,14 @@ Outstanding ones only. * Update to IRB 1.2.6 +* OpenStruct + + * Initialization no longer lazy [[Bug #12136]] + * Builtin methods can now be overridden safely. [[Bug #15409]] + * Implementation uses only methods ending with `!`. + * Ractor compatible. + * Use officially discouraged. Read "Caveats" section. + * Reline * Update to Reline 0.1.5