summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2021-12-07 02:03:06 +0900
committerKoichi Sasada <ko1@atdot.net>2021-12-07 02:03:30 +0900
commit4c39fae4de375107f24095f4b4412efcefcf2a08 (patch)
tree4963eb90845960c7d6e1bb18e5e4c3689edca433
parent87664b5cc8f945ed0c5611b27179913585ec2326 (diff)
add a NEWS entry for `mandatory_only?`
-rw-r--r--NEWS.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 4a8569e083..55f8dce9d9 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -370,6 +370,9 @@ Excluding feature bug fixes.
* The performance of `Struct` accessors is improved. [[GH-5131]]
+* `mandatory_only?` builtin special form to improve performance on
+ builtin methods. [[GH-5112]]
+
### JIT
* The default `--jit-max-cache` is changed from 100 to 10000.
@@ -490,5 +493,6 @@ See [the repository](https://github.com/ruby/error_highlight) in detail.
[Feature #18290]: https://bugs.ruby-lang.org/issues/18290
[GH-1509]: https://github.com/ruby/ruby/pull/1509
[GH-4815]: https://github.com/ruby/ruby/pull/4815
+[GH-5112]: https://github.com/ruby/ruby/pull/5112
[GH-5131]: https://github.com/ruby/ruby/pull/5131
[GH-5146]: https://github.com/ruby/ruby/pull/5146