From 6786aa816fc0334794dce0030a6e9050ab130bb8 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Thu, 12 Sep 2019 22:07:01 +0200 Subject: [PATCH] Clarify 3.7.4 news items -gz is apparently supported by GCC 5+ and Clang as well. --- doc/NEWS.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc index be3883722..a1c27daf6 100644 --- a/doc/NEWS.adoc +++ b/doc/NEWS.adoc @@ -41,11 +41,11 @@ Release date: 2019-09-12 Improvements ~~~~~~~~~~~~ -- Added support for GCC 9’s `-gz[=type]` option (previously ccache would think - that “-gz” alone would enable debug information, thus potentially including - the current directory in the hash). +- Added support for the `-gz[=type]` compiler option (previously ccache would + think that “-gz” alone would enable debug information, thus potentially + including the current directory in the hash). -- Added support for converting paths like “/c/users” into relative paths on +- Added support for converting paths like “/c/users/...” into relative paths on Windows. -- 2.47.2