From 591b03072d0e733527810f1f1c751f9a8ca2e002 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Tue, 5 Dec 2017 18:06:57 -0600 Subject: [PATCH] update NEWS again --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index e3a7693..292fd0a 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,10 @@ Changes from 1.3.10 to 1.3.11: - add missing --modversion to --help output - do not evaluate module paths for modules that are not actually on disk +* Enhancements: + - do not mention PKG_CONFIG_SKIP_CONFLICTS environmental variable when + simplified errors are requested, as with PKG_CONFIG_PATH. + Changes from 1.3.9 to 1.3.10: -----------------------------