From 99bd137ac6061ababa6602a91b8c215b98e16b26 Mon Sep 17 00:00:00 2001
From: Danilo Piparo <danilo.piparo@cern.ch>
Date: Fri, 2 Nov 2018 12:09:13 +0100
Subject: [PATCH] [RN] Add automatic naming feature description

---
 README/ReleaseNotes/v616/index.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README/ReleaseNotes/v616/index.md b/README/ReleaseNotes/v616/index.md
index ed22dc0f868..3b617d469bb 100644
--- a/README/ReleaseNotes/v616/index.md
+++ b/README/ReleaseNotes/v616/index.md
@@ -145,6 +145,7 @@ See `TFile::GetStreamerInfoListImpl` implementation for an example on how to imp
   - Throw if name of a custom column is not a valid C++ name.
   - Allow every RDataFrame variable be cast to a common type `ROOT::RDF::RNode`.
   - Speed up just-in-time compilation (and therefore runtime) of Snapshots with a large number of branches.
+  - Create names for histograms and graphs based on the input columns if no model is provided.
 
 ### TTreeProcessorMT
   - Parallelise search of cluster boundaries for input datasets with no friends or TEntryLists. The net effect is a faster initialization time in this common case.
-- 
GitLab