From ce39032bc5fe1b65a10435df795d956110e40e59 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 8 Sep 2024 21:19:47 +0200 Subject: [PATCH] Update NEWS. --- NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS b/NEWS index 1f5b7d3fa..a6e1e81c5 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,16 @@ 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. +vx.xx.x (xxxx-xx-xx) +-------------------- + +- CPU topology data now includes CPU die information. +- Clients running under Wine will now report that in the trace info. +- Added flame graph. +- The Git ref information for the build is now included in the about dialog. +- Added support for clipboard copy and paste on Wayland. + + v0.11.1 (2024-08-22) --------------------