From 3c6581bcc718e36ab349f7a732ba9e5428961eb4 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sun, 17 Oct 2021 14:01:17 -0700 Subject: [PATCH] Relnote removal of vendored PCRE2 sources --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 755292dc6..4fbbbff8c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -42,7 +42,7 @@ Other improvements For distributors ---------------- -- *Placeholder text* +- The vendored PCRE2 sources have been removed. It is recommended to declare PCRE2 as a dependency when packaging fish. If the CMake variable FISH_USE_SYSTEM_PCRE2 is false, fish will now download and build PCRE2 from the official repo (:issue:`8355`). Note this variable defaults to true if PCRE2 is found installed on the system. --------------