summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorMarc-Andre Lafortune <github@marc-andre.ca>2020-09-26 00:29:18 -0400
committerMarc-André Lafortune <github@marc-andre.ca>2020-09-30 18:11:24 -0400
commit0e93118c44fc4128bcacfe1dc6702c84a84b862b (patch)
tree503f6e71b4611ee5d8488d17d57efac2a487abf2 /NEWS.md
parent0977040133c53be92713e9054b491a0b3649e148 (diff)
[ruby/ostruct] Update NEWS
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3593
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md8
1 files changed, 8 insertions, 0 deletions
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