diff --git a/README/ReleaseNotes/v612/index.md b/README/ReleaseNotes/v612/index.md index 2574ccb79e370ae0132f9bacdf4a387c7a49a89b..1f01945edbb872bbb1313824adcc4f488d80c01c 100644 --- a/README/ReleaseNotes/v612/index.md +++ b/README/ReleaseNotes/v612/index.md @@ -91,6 +91,14 @@ or will be set to the address of the histogram read from the file. Error in <TBasket::Streamer>: The value of fNevBufSize is incorrect (-72) ; trying to recover by setting it to zero ``` +- Added an experimental feature that allows the IO libraries to skip writing out redundant information for some + split classes, resulting in disk space savings. This is disabled by default and may be enabled by setting: + ``` + ROOT::TIOFeatures features; + features.Set(ROOT::Experimental::EIOFeatures::kGenerateOffsetMap); + ttree_ref.SetIOFeatures(features); + ``` + ## TTree Libraries - Resolved O(N^2) scaling problem in ```TTree::Draw()``` observed when a branch that contains a