]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Update NEWS
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 31 Mar 2019 20:20:09 +0000 (22:20 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 31 Mar 2019 20:20:09 +0000 (22:20 +0200)
doc/NEWS.adoc

index 44cabf638b5cb91412821d70176cfd23771b5777..ba930c4603d4909f47ba654d86d2d87b80afc6a0 100644 (file)
@@ -36,6 +36,19 @@ Changes
 
 * ccache now ignores unknown keys in configuration files.
 
+* Rearranged command-line options into sections in the help text.
+
+* Documented the previously undocumented `--dump-manifest` option (only useful
+  for debugging ccache itself).
+
+* Added missing documentation for the command-line option `-k/--get-config`
+  added in ccache 3.5.
+
+* Renamed the `--print-config` command to `--show-config`.
+
+* Added a new `--print-stats` command that prints statistics counters in
+  machine-parsable (tab-separated) format.
+
 
 ccache 3.6
 ----------