Skip to content

Commit

Permalink
Fix re replacement version in upcoming incompatibilities
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria-12648430 committed Jun 24, 2024
1 parent 98fa137 commit 3b3b0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/doc/general_info/upcoming_incompatibilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b3b0ce

Please sign in to comment.