ruby-changes:74203
From: yui-knk <ko1@a...>
Date: Sat, 22 Oct 2022 16:46:53 +0900 (JST)
Subject: [ruby-changes:74203] 0d697e341a (master): Add [Feature #19013] to NEWS [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=0d697e341a From 0d697e341a63c58554bba4934d91f389e6d92178 Mon Sep 17 00:00:00 2001 From: yui-knk <spiketeika@g...> Date: Sat, 22 Oct 2022 15:36:59 +0900 Subject: Add [Feature #19013] to NEWS [ci skip] --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) 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. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L184 * 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`. -- cgit v1.2.3 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/