From c93897d90b632b44e65e6fd54c299199564635cc Mon Sep 17 00:00:00 2001 From: Lucas Pluvinage Date: Tue, 5 Jan 2021 11:34:44 +0100 Subject: [PATCH] update changes Signed-off-by: Lucas Pluvinage --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 6b1d01fc1de2..6920ad9a21a8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -108,6 +108,9 @@ Unreleased - Configurator: fix a bug introduced in 2.6.0 where the configurator V1 API doesn't work at all when used outside of dune. (#4046, @aalekseyev) +- Fix `libexec` and `libexec-private` variables. In cross-compilation settings, + they now point to the file in the host context. (#4058, fixes #4057, @TheLortex) + 2.7.1 (2/09/2020) -----------------