From dce68848b97d4b49243d402b3854ec62c11ec5f2 Mon Sep 17 00:00:00 2001 From: silverweed Date: Thu, 26 Feb 2026 10:26:54 +0100 Subject: [PATCH] [skip-ci] update release notes for rootrm --- README/ReleaseNotes/v640/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README/ReleaseNotes/v640/index.md b/README/ReleaseNotes/v640/index.md index 3ebc543da052f..83e1212107fd9 100644 --- a/README/ReleaseNotes/v640/index.md +++ b/README/ReleaseNotes/v640/index.md @@ -252,7 +252,7 @@ h_from_uhi = ROOT.TH1D(json.loads(json_str, , object_hook=uhi.io.json.object_hoo ## Command-line utilities - `rootls` has a new flag: `-c / --allCycles`, which displays all cycles of each object in the inspected file/directory even in normal mode (cycles are already displayed by default with `-l` or `-t`). -- `rootcp` has a new native implementation, which should make it significantly faster to startup and usable even without Python. +- `rootcp` and `rootrm` have a new native implementation, which should make them significantly faster to startup and usable even without Python. ## JavaScript ROOT