From 3b3b0ce873268b1396147dbd0199a46a6cab24df Mon Sep 17 00:00:00 2001 From: Maria Scott Date: Mon, 24 Jun 2024 07:03:01 +0200 Subject: [PATCH] Fix re replacement version in upcoming incompatibilities --- system/doc/general_info/upcoming_incompatibilities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/doc/general_info/upcoming_incompatibilities.md b/system/doc/general_info/upcoming_incompatibilities.md index ed149308cbdb..1c63273453cb 100644 --- a/system/doc/general_info/upcoming_incompatibilities.md +++ b/system/doc/general_info/upcoming_incompatibilities.md @@ -204,7 +204,7 @@ which will have the same meaning before and after Erlang/OTP 27. ### The re module will use a different regular expression engine The functionality of module `m:re` is currently provided by the PCRE library, -which is no longer actively maintained. Therefore, in OTP 27, we will switch to +which is no longer actively maintained. Therefore, in OTP 28, we will switch to a different regular expression library. The source code for PCRE used by the `re` module has been modified by the OTP