summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2018-08-18 22:36:32 +0200
committerJoel Rosdahl <joel@rosdahl.net>2018-08-18 22:36:32 +0200
commit105f611f9378d14b6e4f690b011bb1c0a6b6d039 (patch)
treea644f95e52f4dacffcde49c8fd6ef620cb7fec7d
parentdde3543c6a556909c8c2092e6fbfcc14d9f5f5ac (diff)
downloadccache-105f611f9378d14b6e4f690b011bb1c0a6b6d039.tar.gz
Update NEWS
-rw-r--r--doc/NEWS.adoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc
index ed89a087..047c51e2 100644
--- a/doc/NEWS.adoc
+++ b/doc/NEWS.adoc
@@ -16,6 +16,9 @@ Changes
precompiled headers. Note that the build system needs to keep the checksum
file in sync with the precompiled header for this to work.
+- Improved performance substantially when using `hash_dir = false` on platforms
+ like macOS where `getcwd()` is slow.
+
- Added ``stats updated'' timestamp in `ccache -s` output. This can be useful
if you wonder whether ccache actually was used for your last build.