summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorMarc-Andre Lafortune <github@marc-andre.ca>2020-09-26 01:27:23 -0400
committerMarc-André Lafortune <github@marc-andre.ca>2020-09-30 18:11:24 -0400
commitb36a45c05cafc227ade3b59349482953321d6a89 (patch)
treed166ac4aa87cab243740e599dc186c23e2c4ce1a /NEWS.md
parent0e93118c44fc4128bcacfe1dc6702c84a84b862b (diff)
[ruby/ostruct] Improved YAML serialization.
Patch adapted from Pietro Monteiro [Fixes bug#8382]
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3593
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 4078f19358..24abb1d08c 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -275,6 +275,7 @@ Outstanding ones only.
* Builtin methods can now be overridden safely. [[Bug #15409]]
* Implementation uses only methods ending with `!`.
* Ractor compatible.
+ * Improved support for YAML [[Bug #8382]]
* Use officially discouraged. Read "Caveats" section.
* Reline