From 64c9baaaa4ad0315671c74464ef43d1557354719 Mon Sep 17 00:00:00 2001 From: Philip Hazel Date: Fri, 8 Apr 2022 17:12:40 +0100 Subject: [PATCH] Update ChangeLog for #96 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index a800077..c7b31f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -98,6 +98,13 @@ fully read in caseless matching. 24. Fixed an issue affecting recursions in JIT caused by duplicated data transfers. +25. Merged patch from @carenas (GitHub #96) which fixes some problems with +pcre2test and readline/readedit: + + * Use the right header for libedit in FreeBSD with autoconf + * Really allow libedit with cmake + * Avoid using readline headers with libedit + Version 10.39 29-October-2021 -----------------------------