aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS.md
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-12-12 13:56:06 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-12-12 13:56:06 +0900
commitf093b619a4863be96e6ebfa2fd58c77f4a360eae (patch)
tree3bcfb266ff7a9d3d3b13d26e5243e0c2132b7b79 /NEWS.md
parentbbe56a643734025aef6a3cbeb07c5306505040f6 (diff)
downloadruby-f093b619a4863be96e6ebfa2fd58c77f4a360eae.tar.gz
[DOC] NEWS about [Feature #19104]
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 158a165ade..243b7d7cc6 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -574,6 +574,8 @@ The following deprecated APIs are removed.
New keys, `:constant_cache_invalidations` and `:constant_cache_misses`,
were introduced to help with use cases for `:global_constant_state`.
[[Feature #18589]]
+* The cache-based optimization for Regexp matching is introduced.
+ [[Feature #19104]]
## JIT
@@ -674,5 +676,6 @@ The following deprecated APIs are removed.
[Feature #19078]: https://bugs.ruby-lang.org/issues/19078
[Bug #19087]: https://bugs.ruby-lang.org/issues/19087
[Bug #19100]: https://bugs.ruby-lang.org/issues/19100
+[Feature #19104]: https://bugs.ruby-lang.org/issues/19104
[Feature #19135]: https://bugs.ruby-lang.org/issues/19135
[Feature #19138]: https://bugs.ruby-lang.org/issues/19138