From 36fe040a3a1e6da1ebac6282485f75a9c6d1136b Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Wed, 30 Mar 2022 16:11:02 +0200 Subject: [PATCH] Update NEWS. --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index e6820525..192ec080 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,12 @@ Note: There is no guarantee that version mismatched client and server will be able to talk with each other. Network protocol breakages won't be listed here. +v0.x.x (xxxx-xx-xx) +------------------- + +- Update utility can now scan for source files missing in the trace cache, + if the '-c' parameter is given. Found files will be added to the cache. + v0.8.0 (2022-03-28) -------------------