Skip to content

Commit c6eadf3

Browse files
bbockelmpcanal
authored andcommitted
Include new IOBits mechanism in the 6.12 release notes.
1 parent 3c22f9a commit c6eadf3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README/ReleaseNotes/v612/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ The following people have contributed to this new version:
1515

1616
Guilherme Amadio, CERN/SFT,\
1717
Bertrand Bellenot, CERN/SFT,\
18+
Brian Bockelman, UNL,\
1819
Rene Brun, CERN/SFT,\
1920
Philippe Canal, FNAL,\
2021
Olivier Couet, CERN/SFT,\
@@ -63,6 +64,8 @@ auto h1 = key->ReadObject<TH1>
6364
after which h1 will either be null if the key contains something that is not a TH1 (or derived class)
6465
or will be set to the address of the histogram read from the file.
6566

67+
- Added a new mechanism for providing clean forward-compatibility breaks in a ``TTree`` (i.e., a newer version of ROOT writes a ``TTree`` an older version cannot read). When future versions of ROOT utilize an IO feature that this version does not support, ROOT will provide a clear error message instead of crashing or returning garbage data. In future ROOT6 releases, forward-compatibility breaks will only be allowed if a non-default feature is enabled via the ``ROOT::Experimental`` namespace; it is expected ROOT7 will enable forward-compatibility breaks by default.
68+
6669
## TTree Libraries
6770

6871
- Resolved O(N^2) scaling problem in ```TTree::Draw()``` observed when a branch that contains a

0 commit comments

Comments
 (0)