Skip to content

Commit a2c51a4

Browse files
ferdymercuryvepadulanopcanal
authored
Mention auto deprecation in release notes (#17836)
as discussed in #16410 (comment) --------- Co-authored-by: Vincenzo Eduardo Padulano <[email protected]> Co-authored-by: Philippe Canal <[email protected]>
1 parent 788a564 commit a2c51a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README/ReleaseNotes/v632/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The following people have contributed to this new version:
3434
Bernhard Manfred Gruber,\
3535
Enrico Guiraud,
3636
Jonas Hahnfeld, CERN/Goethe University Frankfurt,\
37-
Fernando Hueso Gonzalez, University of Valencia\
37+
Fernando Hueso Gonzalez, CSIC/University of Valencia\
3838
Attila Krasznahorkay, CERN/EP-ADP-OS,\
3939
Wim Lavrijsen, LBL,\
4040
Dennis Klein, GSI,\
@@ -80,6 +80,7 @@ The following people have contributed to this new version:
8080
- Support for external (ie. non-builtin) libAfterImage is now deprecated and it will be removed in next release 6.34.
8181
- The `TList::TList(TObject*)` constructor is deprecated and will be removed in ROOT 6.34
8282
- The deprecated `TProofOutputList::TProofOutputList(TObject *o)` constructor was removed
83+
- On the ROOT prompt or in interpreted scripts, CINT-like implicit declarations such as `i = 0;` are now deprecated and might no longer be supported in future ROOT releases. Update those declarations by explicitly using the `auto` keyword: `auto i=0`. The deprecation is marked by printing this kind of warning: `declaration without the 'auto' keyword is deprecated`.
8384

8485
## Core Libraries
8586

0 commit comments

Comments
 (0)