From f093b619a4863be96e6ebfa2fd58c77f4a360eae Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 12 Dec 2022 13:56:06 +0900 Subject: [PATCH] [DOC] NEWS about [Feature #19104] --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) 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