diff options
author | Sadie Powell <sadie@witchery.services> | 2023-12-17 14:56:49 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2023-12-17 15:00:26 +0000 |
commit | 6acbd326f392a9a3a366947f6f9a05c7bdf7bc52 (patch) | |
tree | 14f11588e2a0f745d5b347114ae6442a61ebf0c5 /docs | |
parent | cb533b63ac57bd70bf38d4a13ef03517fada5468 (diff) |
Add the regex_stdlib regular expression engine.
Unlike other regular expression engines this is available on all
systems.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changes.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Changes.conf b/docs/Changes.conf index fdd729b04..7397a8588 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,5 +1,6 @@ Anope Version 2.1.1-git ----------------------- +Added the m_regex_stdlib module. Removed the m_regex_pcre module (use m_regex_pcre2 instead). Anope Version 2.1.0 |