summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryui-knk <spiketeika@gmail.com>2022-10-22 15:36:59 +0900
committerYuichiro Kaneko <spiketeika@gmail.com>2022-10-22 16:46:27 +0900
commit0d697e341a63c58554bba4934d91f389e6d92178 (patch)
treeb5483ec3e331400cea80b9467a20a68565e8364f
parenta11952dac1a5b0776a493968eeffbd4be4403b76 (diff)
Add [Feature #19013] to NEWS [ci skip]
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/6614
-rw-r--r--NEWS.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 9205b6e669..c6437fa7c9 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -184,6 +184,9 @@ Note: We're only listing outstanding class updates.
* Refinement
* Refinement#refined_class has been added. [[Feature #12737]]
+* RubyVM::AbstractSyntaxTree
+ * Add `error_tolerant` option for `parse`, `parse_file` and `of`. [[Feature #19013]]
+
* Set
* Set is now available as a built-in class without the need for `require "set"`. [[Feature #16989]]
It is currently autoloaded via the `Set` constant or a call to `Enumerable#to_set`.