Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README/ReleaseNotes/v632/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The following people have contributed to this new version:
Bernhard Manfred Gruber,\
Enrico Guiraud,
Jonas Hahnfeld, CERN/Goethe University Frankfurt,\
Fernando Hueso Gonzalez, University of Valencia\
Fernando Hueso Gonzalez, CSIC/University of Valencia\
Attila Krasznahorkay, CERN/EP-ADP-OS,\
Wim Lavrijsen, LBL,\
Dennis Klein, GSI,\
Expand Down Expand Up @@ -79,6 +79,7 @@ The following people have contributed to this new version:
- Support for external (ie. non-builtin) libAfterImage is now deprecated and it will be removed in next release 6.34.
- The `TList::TList(TObject*)` constructor is deprecated and will be removed in ROOT 6.34
- The deprecated `TProofOutputList::TProofOutputList(TObject *o)` constructor was removed
- In the ROOT terminal, CINT-like declarations `i=0` are now deprecated and might be no longer supported in future ROOT releases. Please use instead `auto i=0`. In the meantime, you can still use it and this warning will be emitted: `declaration without the 'auto' keyword is deprecated`.
Comment thread
ferdymercury marked this conversation as resolved.
Outdated

## Core Libraries

Expand Down