NEWS for [GH-#5146] [ci skip] (#5210)

This commit is contained in:
John Hawthorn 2021-12-03 12:58:09 -08:00 committed by GitHub
parent c38c1d82b1
commit 3be067234f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
Notes: git 2021-12-04 05:58:35 +09:00
Merged-By: jhawthorn <john@hawthorn.email>

View File

@ -434,6 +434,9 @@ See [the repository](https://github.com/ruby/error_highlight) in detail.
* Now exceptions raised in finalizers will be printed to `STDERR`, unless
`$VERBOSE` is `nil`. [[Feature #17798]]
* `instance_eval` and `instance_exec` now only allocate a singleton class when
required, avoiding extra objects and improving performance. [[GH-5146]]
[Bug #4443]: https://bugs.ruby-lang.org/issues/4443
[Feature #6210]: https://bugs.ruby-lang.org/issues/6210
[Feature #11256]: https://bugs.ruby-lang.org/issues/11256
@ -475,4 +478,5 @@ See [the repository](https://github.com/ruby/error_highlight) in detail.
[Feature #18273]: https://bugs.ruby-lang.org/issues/18273
[GH-1509]: https://github.com/ruby/ruby/pull/1509
[GH-4815]: https://github.com/ruby/ruby/pull/4815
[GH-5146]: https://github.com/ruby/ruby/pull/5146