]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Update news
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 2 Feb 2021 06:14:25 +0000 (07:14 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 2 Feb 2021 06:14:36 +0000 (07:14 +0100)
doc/NEWS.adoc

index dc6b4d03343d09f0d659346beb017bc5ef229d6d..16adca04b262c7467d417c5a4b0caec270c4f077 100644 (file)
@@ -16,16 +16,16 @@ New features
 
 - Added support for compiler option `-x cuda`, understood by Clang.
 
-
-Bug fixes
-~~~~~~~~~
-
 - The value of the `SOURCE_DATE_EPOCH` variable is now only hashed if it
   potentially affects the output from ccache. This means that ccache now (like
   before version 4.0) will be able produce cache hits for source code that
   doesn't contain `__DATE__` or `__TIME__` macros regardless of the value of
   `SOURCE_DATE_EPOCH`.
 
+
+Bug fixes
+~~~~~~~~~
+
 - Fixed a bug where a non-Clang compiler would silently accept the
   Clang-specific `-f(no-)color-diagnostics` option when run via ccache. This
   confused feature detection made by e.g. CMake.